I use ActiveMQ 5.3.1 with default configuration.
My message producer rate for 1 msg / per commit cannot exceed 90msgs/second.

I tried using multiple Thread/Sessions, Connections and JVM instances and
the rate cannot exceed this (without settings like
factory.setUseAsyncSend(true) )

The weirdest part is that I get the same 90msgs/sec even in every possible
combination and even if I try sending messages to different queues. 

If I change the usual setting like committing sessions in batches or
factory.setUseAsyncSend(true) I go up to 5000 msgs/sec.

(BTW, I get the same slow performance even independently if I run my
producing application from the same physical box or remotely).

Any ideas of what to look for?

Many thanks
-- 
View this message in context: 
http://old.nabble.com/Weird-producer-slow-performance-%28with-persistence%29-tp28377685p28377685.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to