APLO-383 testing svngit2jira
1 file changed
tree: 31b22eafaaffca5c03618a98b9d9bc39379af8f0
  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-jmx/
  10. apollo-leveldb/
  11. apollo-mqtt/
  12. apollo-network/
  13. apollo-openwire/
  14. apollo-openwire-generator/
  15. apollo-scala/
  16. apollo-selector/
  17. apollo-stomp/
  18. apollo-util/
  19. apollo-war/
  20. apollo-web/
  21. apollo-website/
  22. src/
  23. .gitignore
  24. KEYS
  25. LICENSE
  26. NOTICE
  27. pom.xml
  28. 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. It accomplishes this using a radically different threading and message dispatching architecture.

In its 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.