Configuring the Client ID of a Connection Factory

About this task

Universal Messaging automatically sets a client ID of type String for each connection factory. The client ID is used for all connections created from this factory. However, you can configure the client ID by specifying the JMS_my-channels_clientID optional parameter for a connection factory. Note that after you configure the client ID, you cannot change it.

To configure the client ID of a connections factory

Procedure

  1. Go to the JNDI tab of a realm and expand the connection factory node.
  2. Double-click the connection factory you want to edit.

    The Edit JNDI Connection Factory dialog box displays a table with optional parameters that contains the JMS_my-channels_clientID parameter.

  3. Under Property Input, specify a value for JMS_my-channels_clientID as follows:
    1. Copy the JMS_my-channels_clientID key from the optional parameters table to the Key field.
    2. In the Value field, specify a value for the client ID.
    3. In the Type field, select String.
    4. Click Add.
  4. Click OK.