Connect MQ rules
Use Connect MQ rules to define connector interfaces that use the IBM WebSphere MQ messaging standard. The interface uses two MQ message queues, one for the outgoing message and one for the incoming message.
If you configured an alias queue for Connect MQ rules in earlier versions of Pega Platform, after a upgrade to Pega Platform 8.6, Connect MQ rules do not work. To resolve this issue, create the following dynamic system settings and set the corresponding default values:
- "mq/pmo" = 0
- "mq/gmo" = 0
- "mq/oo_request" = 1040
- "mq/oo_response" = 16
For more information, see Creating a dynamic system setting.
Pega supports Websphere MQ versions up to and including version 9.
The following tabs are available on this form:
Access
To list the Connect MQ rules in your application, use the Application Explorer or click
.To list all Connect MQ rules that are available to you, use the Records Explorer.
Development
This service can use the IBM MQ-CICS Bridge to work with applications that use the IBM Customer Information and Control System. For example, a flow can call a legacy IBM customer master file based on CICS to verify an account number or update a balance.
Each Connect MQ rule references an MQ Server data instance, which defines how Pega Platform finds and connects to a WebSphere MQ server.
See Creating JMS and MQ Connectors on the Pega Community, for a step-by-step instructions on developing and testing Connect MQ rules.
To debug your application, you can simulate an MQ connector when the external system is unavailable or lacks a test environment. See Creating Connector Simulations.
Where referenced
Connect MQ rules can be referenced in an Integrator shape of a flow rule.
Category
A Connect MQ rule is an instance of the Rule-Connect-MQ rule type. Connect MQ rules belong to the Integration-Connectors category.
- Connect MQ Rules - Completing the Create, Save As, or Specialization form
- Connect MQ form - Completing the Service tab
Use the Service tab to identify the location, port, and other properties of the WebSphere MQ server. After you complete this tab and save the Connect MQ form, you can test connectivity to the MQ server.
- Connect MQ form - Completing the Request tab
Use the Request tab to specify the data that is sent as part of the outgoing request message. Pega Platform maps the data from the clipboard to fields of the message header and to parameter values in the message body.
- Connect MQ form - Completing the Response tab
Complete the optional Response tab to specify the data read at runtime from the incoming response message. Define how Pega Platform maps the data from fields in the message header or parameter values in the message body to the clipboard.
- More about Connect MQ rules
Previous topic More about JNDI Server data instances Next topic Connect MQ Rules - Completing the Create, Save As, or Specialization form