apollo-project-1.0-beta6
[maven-release-plugin]  copy for tag apollo-project-1.0-beta6

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta6@1212041 13f79535-47bb-0310-9956-ffa450edef68
tree: 442cc45ad50c894cafa396f7a01693ae48691658
  1. apollo-bdb/
  2. apollo-boot/
  3. apollo-broker/
  4. apollo-cassandra/
  5. apollo-cli/
  6. apollo-distro/
  7. apollo-dto/
  8. apollo-hawtdb/
  9. apollo-jdbm2/
  10. apollo-karaf-feature/
  11. apollo-leveldb/
  12. apollo-openwire/
  13. apollo-scala/
  14. apollo-selector/
  15. apollo-stomp/
  16. apollo-tcp/
  17. apollo-transport/
  18. apollo-util/
  19. apollo-web/
  20. apollo-website/
  21. src/
  22. .gitignore
  23. KEYS
  24. LICENSE
  25. NOTICE
  26. pom.xml
  27. readme.md
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.