tree: 9673f0d4548a630db86ad11b9ba83f2afc0fe4d4 [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/features/standard/embedded-simple/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).