Configuring Java CAPS Environment Components for Communications Adapters

ProcedureTo Configure the IMS Adapter for Serialized Processing

In this mode, the IMS Adapter is configured to handle one single request at a time. Multiple requests are serialized by the IMS Adapter through an internal locking mechanism.

  1. Set the Client ID in the IRM_Header section to a string which does NOT contain an asterisk. For example, “SUNIMS”.

    The Adapter will generate the rest of the Client ID string filling it with randomly generated alphanumeric characters. The length of the Client ID is 8. If you use a static Client ID, it must be unique (across deployments) if the IMS external systems which are being used are configured to connect to the same IMS Connect.

    For the acknowledgement response expression (IRM_F4 - ACK/NAK Response), the following additional parameters must be set (in addition to the above):

    1. Set the IRM_SOCT to Transaction.

    2. Set the IRM_F2 (commit mode) to COMMIT_MODE_0.

    3. Set the IRM_F3 (sync level) to SYNC_LEVEL_CONFIRM.