Question

What kind of database does websphere MQ come with? A DB2 db? or a local file system based db. It needs to have some form of persistent storage because if it receives a message on the queue and the listeners are down then it needs to persist the message until the listeners are back up.

Was it helpful?

Solution

AFAIK, on distributed systems, WMQ uses a proprietary storage format for both the rolling transaction logs and the safe-store queue files. IBM does not release any information regarding these files, as the formats and contents are subject to chance without notice between releases and versions as necessary to support new features and functions.

Someone else can provide similar information for z/OS systems.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top