Re: emulate synchronous response, need suggestion

2012-01-10 Thread beep02
thank you! I'd try it. -- View this message in context: http://activemq.2283324.n4.nabble.com/emulate-synchronous-response-need-suggestion-tp4275617p4282079.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

emulate synchronous response, need suggestion

2012-01-08 Thread beep02
Hi, I emulate synchronous HTTP communication(that is requirement): 1. I send http request to the Servlet from a browser. 2. Servlet opens connection to the remote queue/server and send the message there. At the same time new Temporary queue opened to accept reply messages for each new HttpSessi

Re: message distribution, how to control

2012-01-03 Thread beep02
One solution, that I see is following(please, correct me if I'm telling silly stuff): 1. message producer to be aware of partitioning between VM1 and VM2, it should maintain the "partitioning map": user1: vm1 user2: vm1 user3: vm1 user4: vm2 user5: vm2 2. vm1 and vm2 are to become "groups" and p

message distribution, how to control

2012-01-03 Thread beep02
Hi, I searched this forum for the answer, but did not find it. Although the situation is probably typical. Imagine 2 VMs. Each one responsible for subset of users and does process messages for it's own subset of users. Subsets are different on VM1 and on VM2. Sender sends the message, intending