Skip to content

Commit

Permalink
Reformat create queue info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunloverz authored and featalion committed Mar 25, 2015
1 parent 0f33a10 commit 05585f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 05585f8

Please sign in to comment.