b77cdaf773
This commit contains these changes: * Change example documentation to use markdown * Generate HTML doc based on markdown during release * Fix XML formatting in some examples * Repair out-of-date documentation |
||
---|---|---|
.. | ||
src/main | ||
pom.xml | ||
readme.md |
readme.md
Embedded Broker with External Config Example
To run the example, simply type mvn verify from this directory.
This examples shows how to setup and run an embedded broker using ActiveMQ Artemis.
ActiveMQ Artemis was designed using POJOs (Plain Old Java Objects) which means embedding ActiveMQ Artemis in your own application is as simple as instantiating a few objects.
This example uses an external configuration file (i.e. broker.xml).