mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-05 17:00:17 +00:00
This commit contains these changes: * Change example documentation to use markdown * Generate HTML doc based on markdown during release * Fix XML formatting in some examples * Repair out-of-date documentation
9 lines
582 B
Markdown
9 lines
582 B
Markdown
# 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. |