If you already use WebSphere MQ, you should know you have to configure the
connection factory in a different way...
Please have a look at [1] and [2].

[1]
http://camel.465427.n5.nabble.com/Can-Camel-communicate-over-IBM-MQ-sender-receiver-channels-td4429050.html
[2]
http://stackoverflow.com/questions/9329078/connecting-apache-servicemix-to-websphere-mq

Best,
Christian

On Sun, Mar 25, 2012 at 2:57 PM, newbiee <m_ess...@hotmail.com> wrote:

> 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.
>

Reply via email to