I read the api-guide on your website at <a href="http://www.rabbitmq.com/api-guide.html">http://www.rabbitmq.com/api-guide.html</a>. Retrieving individual messages using basicGet will get the job done but I am dealing with reading from multiple queues. <br>
<br>I have a List of strings that store to which queues my app subscribed to read messages from.� How can I read through each of them until I find a message to return if there is one. And if I searched all the queues for available messages and didn&#39;t find any message sent to any of them then I want to return null. I understand this may not be your favourite question, but I&#39;m new to rabbitmq and I need help. <br>
<br>Thanks in advance,<br>