Work with queue manager channels
We can use the IBM MQ Console work with queue manager channels: we can add and delete queue manager channels, start and stop channels, reset and resolve channels, and ping channels. We can also view and set the properties of a queue manager channel, and manage authority records for the channel.
About this task
A queue manager channel is a logical communication link for transmitting messages between queue managers across a network. The queue manager channel view includes a panel that shows a quick view of how many channels are running, how many retrying, and how many stopped.
We cannot view or edit authority records for a channel on z/OS .
Procedure
- To add a queue manager channel:
- In the Communication tab, ensure the queue manager channels view is displayed and click the create button .
- Select the type of queue manager channel that we want to create and click the next button .
- Provide the required information for the channel we are creating. By default the minimum recommended properties are displayed for you to provide values for. We can view all of the available properties by selecting Show all available options.
- Click Create. The new channel is created with the inactive status.
- To start a queue manager channel:
- Locate the channel that we want to start in the list.
- Select Start from the menu .
- To stop a queue manager channel:
- Locate the channel that we want to stop in the list.
- Select Stop from the menu .
- To view the properties of a queue manager channel:
- Locate the channel in the list.
- Select Configure from the menu .
- Ensure the Properties tab is selected. To edit the properties, click the Edit button
- Edit the properties as required. If the property text box is disabled, the property is read-only, or can be edited only from the command line. For more information about the properties, see Channel properties in the MQ Explorer documentation.
- Click Save to save your changes.
- To reset a queue manager channel:
- Locate the channel in the list.
- Select Advanced from the menu .
- In the Reset section, specify a message sequence number. We need to reset a channel if it will not start because the two ends disagree about the sequence number of the next message to send. The message sequence number specifies that number.
- Click Reset Channel.
- To resolve a sender or server channel:
- Locate the channel in the list.
- Select Advanced from the menu .
- In the Resolve section, choose whether to commit or back out the current batch of messages by clicking Restore messages to transmission queue or Discard messages.
- To ping a queue manager channel:
- Locate the channel in the list.
- Select Ping from the menu .
- To view and edit authority records for a queue manager channel:
- Locate the channel in the list.
- Select Configure from the menu .
- Click the Security tab.
- To delete a queue manager channel:
- Locate the channel in the list.
- Select Configure from the menu .
- Click Delete channel.
Parent topic: Work with IBM MQ objects