Running IBM MQ classes for Java applications under CICS Transaction Server
An IBM MQ classes for Java application can be run as a transaction under CICS Transaction Server.
To run an IBM MQ classes for Java application as a transaction under CICS Transaction Server for z/OS, perform the following steps:
- Define the application and transaction to CICS by using the supplied CEDA transaction.
- Ensure that the IBM MQ CICS adapter is installed in your CICS system. (See Use IBM MQ with CICS for details.)
- Ensure that the JVM environment specified in CICS includes the appropriate CLASSPATH and LIBPATH entries.
- Initiate the transaction by using any of our normal processes.
For more information on running CICS Java transactions, refer to your CICS system documentation.
Parent topic: Post installation setup for IBM MQ classes for Java applications