Re: multiple clients one server architicture using queues

2015-04-22 Thread Tim Bain
It sounds like maybe you're trying to connect from multiple consumers with non-unique client IDs. Each consumer needs a unique ID; can you confirm that you're using unique IDs in each client? Though I'm surprised you wouldn't see that message till *after* the first client disconnects... On Wed,

Re: multiple clients one server architicture using queues

2015-04-22 Thread Tim Bain
Also, is each client supposed to get each message? Or are you using selectors to ensure that each client only gets messages destined for it? Your problems sound related to your clients (for which you've posted no code/configs), not your broker, so more detail about them might help bring the probl

Re: multiple clients one server architicture using queues

2015-04-22 Thread James Carman
You're using topics? Do you have to? On Wed, Apr 22, 2015 at 10:55 AM kalowand wrote: > My case is as follow, I have one master machine and 7 clients machine. I > add > activemq between these machines. The clients machine send messages to the > master machines and the master machine send indivi