<div>will you be extending this functionality to the .net client?  Is it there already?  btw: I&#39;m fielding a question from the wider community on this for a c# client.  Personally, it&#39;s something I&#39;ve needed in the past, but not something I need right now.</div>
<div> </div><div>My reading of the spec was it is possible (confirmed by this thread), but of the Subscriber class source code in .net is no, it is only set up for one queue.</div><div> </div><div>thanks,</div><div>-Steven<br>
<br></div><div class="gmail_quote">On 10 June 2011 12:00, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com">matthias@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">
Pierre-Marie,<div class="im"><br>
<br>
On 10/06/11 11:15, PADIOU Pierre-Marie (MORPHO) wrote:<br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">
For now, the only solution I see would be to create as many queues as requests<br>
types (queueA, queueB, etc), and make consumer listen to the appropriate<br>
queues.<br>
<br>
Thing is:<br>
<br>
- this implies that consumers create as many threads as queues there are<br>
listening from (more than a hundred in my case), which I would like to<br>
avoid.<br>
</blockquote>
<br></div>
Which client are you using? Java? If so, a single consumer thread can happily consume from multiple queues. E.g. you can pass a single QueuingConsumer instance to multiple ch.basicConsume(...) invocations.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.</font><div><div></div><div class="h5"><br>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>