activemq-artemis/examples/features/sub-modules/tomcat
Domenico Francesco Bruscino 6f0cb8bfc5 ARTEMIS-3169 Update jetty to 9.4.38 and servlet-api to 3.0 2021-03-09 12:18:27 -06:00
..
src NO-JIRA build fixes 2018-02-21 11:06:25 -06:00
pom.xml ARTEMIS-3169 Update jetty to 9.4.38 and servlet-api to 3.0 2021-03-09 12:18:27 -06:00
readme.md NO-JIRA a few example updates 2019-06-20 11:42:00 -04:00

readme.md

Apache ActiveMQ Artemis Tomcat Integration JNDI Resources Sample

This is a Sample Tomcat application showing JNDI resource in tomcat context.xml for ConnectionFactory and Destination for Apache ActiveMQ Artemis.

The sample context.xml used by the tomcat in this example can be found under: /src/tomcat7-maven-plugin/resources/context.xml

To run

start Apache ActiveMQ Artemis on port 61616

then

mvn clean install tomcat7:exec-war

then to send message

http://localhost:8080/tomcat-sample/send

this will cause a "hello world" message to send, and the consumer should consume and output it to sysout.