mirror of https://github.com/apache/activemq.git
8cf318788d
Issues arises when the StompTransport is sending an Ack back for Auto Ack mode in the same thread as the message was dispatched in. If an incoming command beats the auto ack to onCommand in the activity monitor it will block as the original thread is now waiting on the incoming command for the transport lock. Need to send back the Auto Acks in their own thread using a Task Runner in the Stomp Transport so that the dispatch thread can complete and release its lock on the transport. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1180070 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
pom.xml |