ie., I have a broker1 listening at lets say 5672 and another broker2 listening at 5673.
I've client of broker1 listening at 5672 who is creating message queue lets say abc_queue. I've another client application of broker2 listening at 5673 who will use the same message queue of broker1 created by client1. I need to push data from client2 into this message queue abc_queue created by client1. ir., the message queue abc_queue should be a common single queue for all the brokers.And all the client applications will push data into this message queue. How to achieve this scenario? Someone help. ---------- Forwarded message ---------- From: <[email protected]> Date: Thu, Mar 1, 2012 at 3:18 PM Subject: Creating Comon single Queue To: [email protected] Hi, I have a scenario where I will be creating n no. of brokers listening at different ports. How to create a common single queue for all the brokers? Regards, Sinduja.R
