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

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