+

Search Tips   |   Advanced Search

Modify an IBM MQ server definition

An IBM MQ server represents an IBM MQ queue manager or (for IBM MQ for z/OS ) queue-sharing group. This topic describes how to modify an IBM MQ server connection and quality of service properties.

Decide which method to use to configure these resources. We can modify an IBM MQ server using the console as described in this task, or using the modifySIBWMQServer command.

An IBM MQ server definition defines the connection to an underlying IBM MQ queue manager or queue-sharing group and the associated queues.

When you modify an IBM MQ server definition, we do not change any configuration values previously inherited from this IBM MQ server by existing bus members. For example, suppose you create an IBM MQ server with the port number 1234, then add the server to a bus and specify that server port number. If we subsequently modify the IBM MQ server port number to 2345, the bus member you previously created is not affected and still has the port number 1234.

  1. Start the console.

  2. Navigate to Servers -> Server Types -> IBM MQ servers -> server. The IBM MQ server [Settings] form is displayed.

  3. Make modifications as required.

    Refer to the IBM MQ server [Settings] form and the following notes:

    UUID

    This identifier is assigned automatically when creating a new IBM MQ server definition.

    Use bindings transport mode if available

    To connect to an IBM MQ queue manager or queue-sharing group in bindings mode, WebSphere Application Server needs to know where to load native libraries from. This information is stored in the Native library path property of the IBM MQ messaging provider. To use a direct binding to IBM MQ, rather than a TCP/IP network connection, select this option and configure the Native library path property as described in Configure the IBM MQ messaging provider with native libraries information.

    If we are using Resource Access Control Facility (RACF ) as the security manager on the IBM MQ for z/OS system, and using bindings transport mode, specify in uppercase characters the user names and passwords for authentication aliases. If we are using RACF and client transport mode, we can specify the user names and passwords in either upper or lowercase characters.

    Test connection

    After configuring the Connection properties, click this button to test the connection to IBM MQ.

    Trust user identifiers received in messages

    Select this option if we do not want the user IDs in messages to be overwritten with the administrative name of the IBM MQ server.

  4. Click OK to confirm.

  5. Save the changes to the master configuration.

  6. Restart the application server.