<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/6/3 Tamir Agamy <span dir="ltr">&lt;<a href="mailto:tamiragamy@gmail.com" target="_blank">tamiragamy@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div>1. Where does the subscribing process begins, where does it end?<br></div></blockquote><div><br></div><div>When you cancel the consumer. If by &quot;subscription&quot; you mean &quot;binding&quot;, when you unbind a queue from an exchange.</div>

<div><br></div><div>Also, if you delete an exchange or a queue, all bindings are deleted as well.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div></div>2. When binding a queue, what really happens? is the binding information being forward via the<br>    server to the exchange, where it is entered to a binding list? or is the information saved at the<br>
    server and the exchange has to inquire the server whenever it gets a message from the producer?</blockquote></div><br>Bindings are stored in a distributed database that all RabbitMQ cluster nodes can access.</div><div class="gmail_extra">

<br></div><div class="gmail_extra">See <a href="http://rabbitmq.com/tutorials/amqp-concepts.html">rabbitmq.com/tutorials/amqp-concepts.html</a> as well.<br>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>

<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>