In the POM file, this is what I have: <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jms</artifactId> <version>2.5.0</version> </dependency>
<dependency> <groupId>com.ibm.mq</groupId> <artifactId>com.ibm.mq</artifactId> <version>5.3</version> </dependency> Is this all I need to use IBM MQ or Is there anything misssing that I need to add. If I search your site, it takes considerable time to find the answer and sometimes it is not clear. IBM MQ is commnely used in messaging, is there a to-the-point document and link that explains how what is needed to use IBM MQ. There is good documentation on how to use Active MQ, similarly please provide one for IBM MQ documentation for CAMEL. I want to move away from IBM MQ and use ACTIVE MQ insteaed but it will require time but atleast I can start testing CAMEL with IBM MQ. Therefore, I am looking for more cleat documentation. -- View this message in context: http://camel.465427.n5.nabble.com/IBM-MQ-and-CAMEL-tp5591661p5593216.html Sent from the Camel - Users mailing list archive at Nabble.com.