[rabbitmq-discuss] Connecting two brokers for external and internal use

Alvaro Videla videlalvaro at gmail.com
Sun Mar 16 16:09:44 GMT 2014


Hi,

You'd probably want to have a look at Federation:
http://rabbitmq.com/federation.html

About enriching messages, that's something the clients have to do.
RabbitMQ won't alter the message content.

Regards,

Alvaro

On Sun, Mar 16, 2014 at 11:36 AM, rails <stammailbox at gmail.com> wrote:
> In my system I have a RabbitMQ broker used for internal processes.
> Now I want to publish the message to some external subscribers.
>
> I want them to register to rout keys and get what they want.
> So I thought about creating another clustered Rabbit broker for external use
> and have a process that subscribes to all routkeys, gets all of the messages
> and publishes them to the new Message Broker.
>
> Questions:
> 1. Is there a better solution?
> 2. What if I want to enrich the message for external clients (add/change
> message) Is there still a better solution?
> 3. How do I register to all rout keys with only one of the queues(it is a
> direct exchange )?
> Thanks.
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list