[rabbitmq-discuss] About exchange bindings

Brian Jing brian.newsgroup at gmail.com
Wed Jan 11 01:31:25 GMT 2012


Hi there,

RabbitMQ implemented exchange bindings as an extension to the AMQP
protocol. However, I couldn't find detailed documentation about it.

The function is declared as:
def exchange_bind(self, callback=None, ticket=0, destination=None,
source=None, routing_key='', nowait=False, arguments={}):

My questions are:
1. In the function definition, what does the argument "ticket" mean, and
how to use it?
2. What is the set of arguments for "arguments = {}"?

It'd be great if someone could explain with examples. Thanks heaps!

Cheers,

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120111/72a56983/attachment.htm>


More information about the rabbitmq-discuss mailing list