與MQ系列和純開源的解決方案互操作前面一個問題是部分與回答:不WebSphere Application Server的MQ鏈接方便連接到第三方JMS提供者
"The one exception is that WebSphere App Server Messaging Engines can interoperate with WMQ. These are pure JMS messaging engines written in Java but they understand the WMQ formats and protocols and appear to WMQ as another QMgr. So if you have WAS you can talk to WMQ without a WMQ client or another QMgr."
(http://stackoverflow.com/questions/18236860/can-we-talk-to-remote-websphere-mqseries-purely-with-non-websphere-mqseries-soft)
我已經通過閱讀文檔說 使用WebSphere MQ鏈接的WebSphere Application Server可以使用服務集成消息傳遞引擎或隊列共享組進行操作。
因此,據我所知,如果您有WAS和WebSphere MQ鏈接,則可以將WebSphere esb連接到外部MQ系列QMgr,並且看起來像QMgr,以連接到MQ系列QMgr。
沒有WebSphere ESB,儘管WAS可以像MQ QMgr一樣行事,並以某種方式管理第三方JMS消息傳遞提供程序,如ActiveMQ?
感謝您的任何幫助