Operations on queue managers
This collection of topics describes how to connect to, and disconnect from, a queue manager using IBM MQ classes for Java.
- Set up the IBM MQ environment for IBM MQ classes for Java
For an application to connect to a queue manager in client mode, the application must specify the channel name, host name, and port number. - Connect to a queue manager in IBM MQ classes for Java
Connect to a queue manager by creating a new instance of the MQQueueManager class. Disconnect from a queue manager by calling the disconnect() method. - Use a client channel definition table with IBM MQ classes for Java
An IBM MQ classes for Java client application can use client connection channel definitions stored in a client channel definition table (CCDT). - Specify a range of ports for IBM MQ classes for Java client connections
We can specify a port, or a range of ports, that an application can bind to in either of two ways.
Parent topic: Writing IBM MQ classes for Java applications