Connecting Apache ServiceMix to Websphere MQ

后端 未结 1 619
长情又很酷
长情又很酷 2021-01-25 03:05

I am trying to connect to a websphere MQ queue manager from a camel route deployed as an OSGI bundle on Apache Service Mix.

I have deployed the IBM OSGI bundles that com

相关标签:
1条回答
  • 2021-01-25 04:04

    Was answered here http://fusesource.com/forums/message.jspa?messageID=13274 . Pasting it below:

    Tom,

    OK, something else to try... sometimes when dealing with odd classloading issues, it helps to try out another OSGi framework. Felix and Equinox both implement the spec but approach things differently under the hood. So, to try out Equinox instead of Felix open up etc/config.properties and make the following change:

    karaf.framework=equinox

    Make sure to also delete the "data" dir before start the ESB again.

    0 讨论(0)
提交回复
热议问题