You are here: Reference > Rule types > Service MQs > More about Service MQ rules

More about Service MQ rules

  1. About 
  2. New 
  3. Service 
  4. Request 
  5. Response 
  6. History 
  7. More... 

Preparing the Pega 7 Platform server

MQ facilities depend on an IBM SupportPac® library. On some WebSphere systems, this file is already installed. If it is not installed, download the library for your server platform from:

IEhttp://www-1.ibm.com/support/docview.wss?uid=swg27007197

  1. Install the client application according to the instructions for your application server.
  2. Note the complete path to the com.ibm.mq.jar file and the connection.jar file.
  3. Add both jar files to the Pega 7 Platform compile time and runtime class paths. See PDN article About the Process Commander class paths.

Development procedure

1. Confirm that the initServices/initMQ entry in the prconfig.xml file to set Value="true".

2. Service MQ rules run in a background requestor that uses the APP requestor type to sign on. Development requires:

One MQ Server instance can be used by multiple MQ Listener instances, and one MQ Listener instance can be used for all Service MQ instances of a specific customer package and class.

3. The development process involves designing the interface, deploying the service, and then interacting with the MQ service as necessary.

For clients to interact with the Pega 7 Platform MQ services, they create client-side request messages, place them on the remote queue on which the Pega 7 Platform listens, and wait for a response message from the Pega 7 Platform.

CCSID Value

The coded character set identifier (CCSID) for MQ messages to and from the Pega 7 Platform is the default value 819.

Performance statistics

Through changes the prlogging.xml file, you can obtain performance statistics on the execution of services. See Performance tool — Statistics for services.

Through changes to the prconfig.xml file or Dynamic System Settings, you can be alerted to unusually long service operations. See How to detect lengthy service operations.

As an alternative to updating the prconfig.xml file, you can use Dynamic System Settings to configure your application. See Prconfig settings and classifications.

Related Topics Link IconRelated information

About Service MQ rules