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.

392 B

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