How are Websphere MQ messages stored to allow persistence?

跟風遠走 提交于 2020-01-03 18:01:08

问题


Are Websphere MQ messages stored in a database or filesystem? Can I configure it to use MySQL?


回答1:


WebSphere MQ persistence is always a local filesystem for distributed platforms. On the mainframe there is the possibility of using a DB2 database in a Sysplex with a Coupling Facility but for everything else it is a filesystem.

Also, there is no local persistence for WebSphere MQ clients. Only the queue manager will persist messages.

In the WebSphere family, WebSphere Application Server's System Integration Bus has the ability to use a database for it's message persistence. SIBus is a JMS implementation provided with WAS for exchanging messages in the WAS cell and between WAS instances.



来源:https://stackoverflow.com/questions/6224362/how-are-websphere-mq-messages-stored-to-allow-persistence

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!