activemq-artemis/examples/features/standard/embedded
Clebert Suconic 516b1a1b9f [maven-release-plugin] prepare for next development iteration 2019-03-14 12:41:04 -04:00
..
src/main ARTEMIS-1525 refactor embedded examples 2017-11-27 10:55:16 -06:00
pom.xml [maven-release-plugin] prepare for next development iteration 2019-03-14 12:41:04 -04:00
readme.md ARTEMIS-1562 Refactor example documentation 2017-12-15 14:54:16 +00:00

readme.md

Embedded Broker with Programmatic 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 does not use any configuration files. The broker is configured using POJOs and can be easily ported to any dependency injection framework.