Re: STOMP message acknowledgement blocks with high server load

2014-03-22 Thread mjustin_de
gement-blocks-with-high-server-load-tp4679070p4679442.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: STOMP message acknowledgement blocks with high server load

2014-03-14 Thread Gary Tully
If you can make a little junit test case that can reproduced then please raise an issue. The stomp unit tests use a simple java client. Peek at the source for the stomp module tests for inspiration. Thanks On 14 Mar 2014 09:41, "Michael Justin" wrote: > Hello, > > with ActiveMQ 5.9.0, a STOMP cli

STOMP message acknowledgement blocks with high server load

2014-03-14 Thread Michael Justin
Hello, with ActiveMQ 5.9.0, a STOMP client which continuously sends small non-persistent messages to a topic destination from one thread and consumes these messages from a second thread. (The threads use separate connection objects.) * with ack mode 'auto', sending and receiving continuously