Matthias,<div><br></div><div>Thanks for the reply!</div><div><br></div><div>In retrospect tutorial five does seem blindingly obvious for this use case. Not sure how I missed that.</div><div><br></div><div>Thanks,</div><div>
Andy</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Aug 14, 2012 at 8:04 AM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 14/08/12 13:39, <a href="mailto:m.luchak@smartasking.com" target="_blank">m.luchak@smartasking.com</a> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The exchange to exchange binding is IMHO the way to go. �You can create<br>
&quot;user&quot; exchanges bound to the origin exchange(s) with the binding keys<br>
that you require and temp Qs that bind to the &quot;user&quot; exchanges...<br>
</blockquote>
<br></div>
I don&#39;t think e2e is necessary here...<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
-----Original Message-----<br>
From: &quot;Andrew Barringer&quot; &lt;<a href="mailto:abarringer@gmail.com" target="_blank">abarringer@gmail.com</a>&gt;<br></div><div class="im">
[...]<br>
The hard part is with a topic exchange/queue only one subscriber is<br>
going to get an item when it hits the exchange/queue.<br>
</div></blockquote>
<br>
That is incorrect. Exchanges route messages to all queues with bindings that match the message. Is that not clear from our documentation, in particular the tutorials? The topic routing tutorial (<a href="http://www.rabbitmq.com/tutorials/tutorial-five-python.html" target="_blank">http://www.rabbitmq.com/<u></u>tutorials/tutorial-five-<u></u>python.html</a>) even has an example illustrating the routing of messages to multiple queues.<br>

<br>
So simply give each subscriber their own queue and bind it to the exchange with the topic patterns describing their interests.<br>
<br>
Regards,<br>
<br>
Matthias.<br>
</blockquote></div><br></div>