<div dir="ltr"><div>In my system I have a RabbitMQ broker used for internal processes.</div><div>Now I want to publish the message to some external subscribers.</div><div><br></div><div>I want them to register to rout keys and get what they want.�</div>
<div>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.�</div><div><br></div>
<div>Questions:�<br></div><div>1. Is there a better solution?�</div><div>2. What if I want to enrich the message for external clients (add/change message) Is there still a better solution?�</div>3. How do I register to all rout keys with only one of the queues(it is a direct exchange )?<div>
Thanks.</div></div>