Yes, 'delivery to more than one queue' 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"><<a href="mailto:alexis.richardson@gmail.com">alexis.richardson@gmail.com</a>></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 'delivery to more than one queue'? 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 'mandatory' or<br>
'immediate' flags.<br>
<br>
alexis<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Jul 15, 2009 at 11:33 PM, Ben Hood<<a href="mailto:0x6e6562@gmail.com">0x6e6562@gmail.com</a>> wrote:<br>
> Patrick,<br>
><br>
> On Wed, Jul 15, 2009 at 9:45 PM, Patrick Kenney<<a href="mailto:pekenney@gmail.com">pekenney@gmail.com</a>> wrote:<br>
>> Does RabbitMQ support Multicast in a transaction?<br>
><br>
> What exactly do you mean by multicast? I'm assuming that you're aware<br>
> how routing works in AMQP in general.<br>
><br>
> HTH,<br>
><br>
> Ben<br>
><br>
</div></div>> _______________________________________________<br>
> rabbitmq-discuss mailing list<br>
> <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
> <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>
><br>
</blockquote></div><br>