Back Forward More about Service MQ rules
 

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

Preparing the PRPC server

MQ facilities depend on an IBM SupportPac® library. On some WebSphere systems, this file is already installed. Q-1458. 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 PRPC 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".

As an alternative to the prconfig.xml file, you can use Dynamic System Settings to configure your application.
See How to create or update a prconfig setting.

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 PRPC MQ services, they create client-side request messages, place them on the remote queue that PRPC listens on, and wait for a response message from PRPC.

CCSID Value

The coded character set identifier (CCSID) for MQ messages to and from PRPC 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. C-2432

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. C-2432

Definitions service, prconfig.xml file, WebSphere MQ
Related topics About MQ Listener data instances
About JMS MDB Listener data instances
About MQ Server data instances
About Service Package data instances
Standard rules Atlas — Standard Service MQ rules

UpAbout Service MQ rules