|
![]() |
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:
http://www-1.ibm.com/support/docview.wss?uid=swg27007197
com.ibm.mq.jar
file and the connection.jar
file.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 Process Commander MQ services, they create client-side request messages, place them on the remote queue that Process Commander listens on, and wait for a response message from Process Commander.
The coded character set identifier (CCSID) for MQ messages to and from Process Commander is the default value 819.
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, you
can be alerted to unusually long service operations. See
How
to detect lengthy service operations.