<div dir="ltr">Hi,<br>I'm trying to understand how I can receive messages from multiple queues.<br>Messages get published to exchange X and which has a binding to queue Q so that's where all messages end up.<br>Now in the consumer I can drain messages from that queue directly but that only allows me to get messages from that single queue.<br>On the web I see examples that create a server-named queue and then use a binding to receive messages but that only seems to work if the consumer is running while messages are published. If I first publish a message and only later start the consumer then I don't get the old messages from the queues the messages where delivered to.<br><br>How can I get the messages from all the old queues?<br><br>Regards,<br>  Dennis<br></div>