tree: 9b60f1a01dde72a2602a388e5d3917fc14a19deb [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/features/standard/http-transport/readme.md

JMS HTTP 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 configure ActiveMQ Artemis to use the HTTP protocol as its transport layer.

ActiveMQ Artemis supports a variety of network protocols to be its underlying transport without any specific code change.

This example is taken from the queue example without any code change. By changing the client's URL in jndi.properties one can get ActiveMQ Artemis working with the HTTP transport.