Apache Camel: Is it possible to configure WMQ without using Spring?

后端 未结 1 575
不知归路
不知归路 2021-01-07 07:32

currently I am working with apache camel and wmq. For the camel configuration and routing, I am using Java DSL. But I could not find any example about how to configure WMQ b

相关标签:
1条回答
  • 2021-01-07 08:15

    First I propose to see this as tutorial about how to integrate camel with websphere MQ. Hope it can help.

    Instead of this I think you should read following links which there are some good advice about using Websphere MQ or another JMS implementation rather than ActiveMQ.

    1. http://camel.apache.org/jms.html
    2. http://java.dzone.com/articles/apache-camel-tutorial-eip
    3. http://camel.465427.n5.nabble.com/Error-when-using-Camel-write-to-Websphere-MQ-td5727817.html
    4. http://camel.465427.n5.nabble.com/IBM-MQ-and-CAMEL-td5591661.html
    5. http://camel.465427.n5.nabble.com/Can-Camel-communicate-over-IBM-MQ-sender-receiver-channels-td4429050.html
    6. Connecting Apache ServiceMix to Websphere MQ
    0 讨论(0)
提交回复
热议问题