fuse case study
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pranavekapure 1ae5e7c5e4 Order project clean installed level 2 complete 4 years ago
..
.settings jms project building successfully level 2 complete 4 years ago
src jms project building successfully level 2 complete 4 years ago
.project jms project building successfully level 2 complete 4 years ago
README.md jms project building successfully level 2 complete 4 years ago
pom.xml jms project building successfully level 2 complete 4 years ago

README.md

Chapter 6 - jms

This directory holds examples of the JMS component

6.3.1 - Sending and receiving JMS messages

To run this example, execute the following command:

mvn camel:run

This example will keep running until you press Ctrl-C.

6.3.2 - Request-reply messaging

To run this example, execute the following command:

mvn test -Dtest=RequestReplyJmsTest