The IMS adapter

If we are using the IMS adapter from an IBM MQ for z/OS system, ensure that IMS can obtain sufficient storage to accommodate messages up to 100 MB long.


Note to users

The IMS adapter provides access to IBM MQ for z/OS resources for:

  • Online message processing programs (MPPs)
  • Interactive fast path programs (IFPs)
  • Batch message processing programs (BMPs)

To use these resources, the programs must be running in task (TCB) mode and problem state; they must not be in cross-memory mode or access-register mode.

The adapter provides a connection thread from an application task control block (TCB) to IBM MQ. The adapter supports a two-phase commit protocol for changes made to resources owned by IBM MQ for z/OS, with IMS acting as the syncpoint coordinator.

The adapter also provides a trigger monitor program that can start programs automatically when certain trigger conditions on a queue are met. For more information, see Starting IBM MQ applications using triggers.

If we are writing batch DL/I programs, follow the guidance given in this topic for z/OS batch programs.

Parent topic: The IBM MQ for z/OS interface with the application environment