MQ Series および純粋なオープンソース ソリューションとの相互運用に関する以前の質問には、次のように部分的に回答されています。
"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 Series QMgr に接続し、QMgr のように外部 MQ Series QMgr に接続できます。
WebSphere esb がなくても、WAS は MQ QMgr のように機能し、ActiveMQ などのサードパーティの JMS メッセージング プロバイダーを何らかの方法で管理できますか?
助けてくれてありがとう