From 05585f86a099774474117c354cc01f0d5bcac7c0 Mon Sep 17 00:00:00 2001 From: aomurbekov Date: Wed, 23 Jul 2014 12:26:13 +0600 Subject: [PATCH] Reformat create queue info in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1882922..8facc5d 100644 --- a/README.md +++ b/README.md @@ -177,9 +177,13 @@ queue.delete_queue() ### Create a push queue Push queues must be explicitly created. There's no changing a queue's type. -type can be one of: `[multicast, unicast, pull]` where `multicast` and `unicast` define push queues, default is `pull`. -If push field is defined, this queue will be created as a push queue and must contain at least one subscriber. Everything else in the push map is optional. + +`type` can be one of: `[multicast, unicast, pull]` where `multicast` and `unicast` define push queues, default is `pull`. + +If `push` field is defined, this queue will be created as a push queue and must contain at least one subscriber. Everything else in the push map is optional. + A push queue cannot have alerts. + All fields are optional. ```python