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 |
||
---|---|---|
activemq-all | ||
activemq-book | ||
activemq-console | ||
activemq-core | ||
activemq-fileserver | ||
activemq-jaas | ||
activemq-jpa-store | ||
activemq-openwire-generator | ||
activemq-optional | ||
activemq-perftest | ||
activemq-ra | ||
activemq-rar | ||
activemq-repository-builder | ||
activemq-soaktest | ||
activemq-systest | ||
activemq-test-atomikos | ||
activemq-tooling | ||
activemq-web | ||
activemq-web-console | ||
activemq-web-demo | ||
activemq-xmpp | ||
assembly | ||
etc/css | ||
DISCLAIMER.txt | ||
KEYS | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.txt | ||
doap.rdf | ||
pom.xml |
README.txt
Welcome to Apache ActiveMQ =================== Apache ActiveMQ is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation. Getting Started =============== To help you get started, try the following links:- Getting Started http://activemq.apache.org/getting-started.html Building http://activemq.apache.org/getting-started.html#GettingStarted-WindowsSourceInstallation http://activemq.apache.org/getting-started.html#GettingStarted-UnixSourceInstallation Examples http://activemq.apache.org/examples.html We welcome contributions of all kinds, for details of how you can help http://activemq.apache.org/contributing.html Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel http://activemq.apache.org/ Please help us make Apache ActiveMQ better - we appreciate any feedback you may have. Enjoy! ------------------------ The Apache ActiveMQ team