Skip to content

Commit

Permalink
Fix issues with field table encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett McGrath committed Dec 20, 2019
1 parent 7f8d6c7 commit 8868742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -730,6 +730,10 @@ Takes the following arguments:

- QUEUE_DECLARE_NO_WAIT

* __qArgs__

Optional dictionary of queue declare arguments. Allows for setting features like TTLs, max lengths or a single consumer policy.

To set a callback on a queue declare, use the _on_ method with _queueDeclareOk_ as the first argument.
Callback takes the _Channel_ object, the queue name (especially important for exclusive queues), message count,
number of consumers on the queue.
Expand Down

0 comments on commit 8868742

Please sign in to comment.