To run the example, simply type mvn verify from this directory
This examples shows how to setup and run an embedded JMS server 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 server is configured using POJOs and can be easily ported to any dependency injection framework.
We will setup and run a full-fledged JMS server which binds its JMS resources to JNDI and can be accessed by remote clients.