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