Yes, &#39;delivery to more than one queue&#39; of the same message...<br><br>the amqp spec infers its supported, but not very clearly one way or the other...<br><br>basically
i want to be able to send the same message to one or more subscribers
while in a transaction, this is typically called multi-cast as I understand it...<br><br>re:<br><div class="gmail_quote">On Thu, Jul 16, 2009 at 7:25 AM, Alexis Richardson <span dir="ltr">&lt;<a href="mailto:alexis.richardson@gmail.com">alexis.richardson@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Patrick<br>
<br>
What Ben said.<br>
<br>
Plus ... Do you mean &#39;delivery to more than one queue&#39;?  Yes, you can<br>
group these into a TX class transaction, which I recommend you see as<br>
a way of grouping a stream of messages.<br>
<br>
In AMQP 0-8/0-9-1 we suggest ***care*** with TX, in particular when<br>
combining TX with multiple deliveries, queues, and the &#39;mandatory&#39; or<br>
&#39;immediate&#39; flags.<br>
<br>
alexis<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Jul 15, 2009 at 11:33 PM, Ben Hood&lt;<a href="mailto:0x6e6562@gmail.com">0x6e6562@gmail.com</a>&gt; wrote:<br>
&gt; Patrick,<br>
&gt;<br>
&gt; On Wed, Jul 15, 2009 at 9:45 PM, Patrick Kenney&lt;<a href="mailto:pekenney@gmail.com">pekenney@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Does RabbitMQ support Multicast in a transaction?<br>
&gt;<br>
&gt; What exactly do you mean by multicast? I&#39;m assuming that you&#39;re aware<br>
&gt; how routing works in AMQP in general.<br>
&gt;<br>
&gt; HTH,<br>
&gt;<br>
&gt; Ben<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
&gt;<br>
</blockquote></div><br>