tree: 965c1cc95970ea1adb9e48f8af4eb2f0c1d977a1 [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/features/standard/completion-listener/readme.md

JMS Completion Listener Example

To run the example, simply type mvn verify from this directory, or mvn -PnoServer verify if you want to start and create the broker manually.

This example shows you how to send a message asynchronously to ActiveMQ Artemis and use a CompletionListener to be notified of the Broker receiving it.