Hi<div><br></div><div>I have a question about the RabbitMQ functionality.</div><div><br></div><div>The documentation states that the &#39;exchange&#39; will also be used as the &#39;queue&#39; used in RabbitMQ.</div><div><br>
</div><div>In my experience you do not send messages directly to a queue in RabbitMQ, you send message which contains</div><div><br></div><div>- exchange name</div><div>- routing key</div><div>- message payload </div><div>
<br></div><div><br></div><div>RabbitMQ then uses the routing key to route the message to the correct queue (or onward exchange).</div><div><br></div><div>Can you tell me if the RabbitMQ implementation supports this, as it sounds like it does not currently... it seems it uses the exchange as the routing key as well as exchange?</div>
<div><br></div><div>Pete</div>