tree: dabfbc711985c86c016f23835bc3e1a2a97fd7a2 [path history] [tgz]
  1. pom.xml
  2. README.md
artemis-distribution/README.md

ActiveMQ Artemis Distribution for Examples

This is a helper module which prepares an extracted ActiveMQ Artemis distribution for use by the various example modules as they are run.

Use it by executing a command such as:

mvn clean package

This will result in Maven unpacking the ActiveMQ Artemis binary archive in directory ./target/apache-artemis-<version>-bin, from where individual examples will then reference it when creating their broker instances as they are being run.