mirror of https://github.com/apache/activemq.git
ea74731701
- The vm:// transport was delivering events to the listener before start() was called. Also clean it up a little by consolidating the use of the prePeerSetQueue and messageQueue field. - the tcp:// .stop() method now blocks until the thread that calls out to the listener is shutdown. - TransportConnection was not doing a good job synchronizing when multiple concurrent conenctions to the same connection Id was established. IllegalStateExceptions were common when a failover connection reconnected. Now we make sure that only 1 connection with a given connectionId is activley operating in the broker. Also removed 1 un-needed hash lookup by replacing the brokerConnectionStates Map with the connectionState variable. Also added a pause in the JmsTempDestinationTest to avoid intermitent failures. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@560872 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
pom.xml |