commit | d12dbb322122c07c77c47ae94ffd33f425895518 | [log] [tgz] |
---|---|---|
author | Hiram Chirino <hiram@hiramchirino.com> | Thu Jan 30 13:20:45 2014 -0500 |
committer | Hiram Chirino <hiram@hiramchirino.com> | Thu Jan 30 13:20:45 2014 -0500 |
tree | 9615032166049a09bfa9049f31fde1dd2690d054 | |
parent | 85d3413ffef462bad0288cd2b4bd8786e597b1cd [diff] |
Fixes APLO-342: Memory leaks when using openwire with transactions
ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original [ActiveMQ]((http://activemq.apache.org). It accomplishes this using a radically different threading and message dispatching architecture.
In it’s current incarnation, Apollo only supports the STOMP protocol but just like the original ActiveMQ, it’s been designed to be a multi protocol broker. In future versions it should get OpenWire support so it can be compatible with ActiveMQ 5.x JMS clients.
Prerequisites:
Then run:
mvn install -P download
This will build the binary distribution and place them in the apollo-distro/target
directory.