apollo-project-1.2
[maven-release-plugin]  copy for tag apollo-project-1.2

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.2@1325761 13f79535-47bb-0310-9956-ffa450edef68
tree: 7feaa2b21983adf5233d592179d61f7e138f95ff
  1. apollo-bdb/
  2. apollo-boot/
  3. apollo-broker/
  4. apollo-cli/
  5. apollo-distro/
  6. apollo-dto/
  7. apollo-itests/
  8. apollo-leveldb/
  9. apollo-openwire/
  10. apollo-openwire-generator/
  11. apollo-scala/
  12. apollo-selector/
  13. apollo-stomp/
  14. apollo-util/
  15. apollo-web/
  16. apollo-website/
  17. src/
  18. .gitignore
  19. KEYS
  20. LICENSE
  21. NOTICE
  22. pom.xml
  23. readme.md
  24. svn-commit.tmp
readme.md

The Apollo Project

Synopsis

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.

Features

Documentation

Building the Source Code

Prerequisites:

Then run:

mvn install -P download

This will build the binary distribution and place them in the apollo-distro/target directory.