activemq-artemis/examples/features/standard/queue-jakarta
Clebert Suconic 784aa9f884 [maven-release-plugin] prepare for next development iteration 2023-09-14 16:54:07 -04:00
..
src/main/java/org/apache/activemq/artemis/jms/example ARTEMIS-3546 Jakarta javax.json incompability on jakarta all client 2021-11-19 13:20:38 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-09-14 16:54:07 -04:00
readme.md ARTEMIS-3484 flesh out Jakarta Messaging support 2021-09-15 15:20:54 -04:00

readme.md

Jakarta Messaging 3.0 Queue 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 and receive a message to a JMS Queue using ActiveMQ Artemis.

Queues are a standard part of JMS, please consult the Jakarta Messaging 3.0 specification for full details.

A Queue is used to send messages point to point, from a producer to a consumer. The queue guarantees message ordering between these 2 points.

Notice this example is using pretty much a default stock configuration