Re: duplicate message problem on ActiveMQ5.2.0

2009-02-15 Thread gfodor
We are getting this behavior as well, on the latest FUSE message broker 5.5.0.2. We let a queue fill up with about 10k messages (each of size approximately 1k), and spin up 16 threads across 2 machines and get many dozens of duplicate messages coming over. If we lower the number of threads to one

How to shutdown client process which connects to jms using failover parameter?

2009-02-15 Thread Michal Singer
Hi. when i use the failover parameter to connect to Active MQ, i can't stop the client. I guess since it tries to reconnect to the AMQ and has threads open which prevent from shutting down the process using System.exit. I tried to configure the connection to have timeouts and attempts max limit,