Hi there,<br><br>RabbitMQ implemented exchange bindings as an extension to the AMQP protocol. However, I couldn&#39;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=&#39;&#39;, nowait=False, arguments={}):</span><br>
<br>My questions are:<br>1. In the function definition, what does the argument &quot;ticket&quot; mean, and how to use it?<br>2. What is the set of arguments for &quot;arguments = {}&quot;?<br><br>It&#39;d be great if someone could explain with examples. Thanks heaps!<br>
<br>Cheers,<br><br>Brian<br><br><br>