updates docs

This commit is contained in:
Alvaro Videla 2014-09-26 00:07:50 +02:00
parent 56de83b00f
commit e8c5d33597
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ respective behaviour:
with the least amount of consumers from the `QueueName` shard.
- `'basic.get', QueueName`: The plugin will pick the sharded queue
with the least amount of consumers from the `QueueName` shard.
- `'queue.declare', QueueName`: The plugin forbids declaring queues
with the same name of an existing shard, since `basic.consume`
behaviour would be undefined.
- `'queue.declare', QueueName`: The plugin rewrites `QueueName` to be
the first queue in the shard, so `queue.declare_ok` returns the stats
for that queue.
- `'queue.bind', QueueName`: since there isn't an actual `QueueName`
queue, this method returns a channel error.
- `'queue.unbind', QueueName`: since there isn't an actual `QueueName`