Hi there,<br><br>RabbitMQ implemented exchange bindings as an extension to the AMQP protocol. However, I couldn't find detailed documentation about it. <br><br>The function is declared as:<br><span style="color:rgb(0,0,153)">def exchange_bind(self, callback=None, ticket=0, destination=None, source=None, routing_key='', nowait=False, arguments={}):</span><br>
<br>My questions are:<br>1. In the function definition, what does the argument "ticket" mean, and how to use it?<br>2. What is the set of arguments for "arguments = {}"?<br><br>It'd be great if someone could explain with examples. Thanks heaps!<br>
<br>Cheers,<br><br>Brian<br><br><br>