[rabbitmq-discuss] can I do cascade routing in rabbitmq?

Ovidiu Deac ovidiudeac at gmail.com
Tue Aug 31 21:11:44 BST 2010


Thanks for the answer. I'll check it out.

Ovidiu

On Tue, Aug 31, 2010 at 10:56 PM, Matthew Sackman <matthew at rabbitmq.com> wrote:
> On Tue, Aug 31, 2010 at 10:44:47PM +0300, Ovidiu Deac wrote:
>> The current implementation is done using two topic exchanges a queue
>> and a client which takes messages from the queue and publishes them
>> into the second exchange. Is it possible to do this by routing rules
>> only so I don't need to write any client code?
>
> Not by routing rules alone, but you can use the shovel for this purpose
> which has the advantage of being embeddable within the same Erlang VM as
> Rabbit itself, thus avoid the TCP stack.
>
> See http://www.rabbitmq.com/plugins.html and
> http://hg.rabbitmq.com/rabbitmq-shovel/file/rabbitmq_v2_0_0/README
>
> Matthew
>


More information about the rabbitmq-discuss mailing list