<div dir="ltr"><div><div><div>Hello<br><br></div>Earlier today I asked this question:<br>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?<br><br></div>and was answered (by Emile Joubert):<br>&quot;Exchanges don&#39;t really exist as independent entities in the broker. The<br>

bindings are stored in an internal database. This database is queried<br>
each time a message is received.&quot;<br><br><br>So, f I understand correctly, then everytime the publisher 
sends a message to the exchange, the exchange has to inquire the 
database in order to see which queues (if any) are waiting to recieve 
the message.<br>
If that is the case, then we&#39;re not really saving network 
transportation, each message that the publisher produces will result in 
contacting the server, even if there are no subscribers to this 
publisher.<br>
Is that so?<br><br></div>With regards,<br>Tamir<br></div>