rhtconsulting / fuse-quickstarts

Quick Starts and Demos intended for use with JBoss Fuse (both on EAP and Karaf) put together by a team of Red Hat Consultants
http://www.redhat.com/en/services/consulting
Apache License 2.0
26 stars 34 forks source link

Camel on EAP - JMS Transactions #35

Open ghost opened 8 years ago

ghost commented 8 years ago

Create a Producer Route that puts a random String onto a JMS Queue and then a Consumer Route that receives and prints the message. Use Camel-JMS to call the Route. Use Containers Transaction Management

https://wildflyext.gitbooks.io/wildfly-camel/content/javaee/jms.html

Repo Folder: camel_on_eap_quickstarts/jms_transactions Package: com.redhat.consulting.fusequickstarts.eap.jms.transactions

Notes:

Readme should follow style of the FuseByExample Demos Use Java Routes Lots of Comments Assume Viewer is a Camel/Fuse Beginner