Bootstrap FreeKB - IBM MQ - Delete channel using the delete channel command
IBM MQ - Delete channel using the delete channel command

Updated:   |  IBM MQ articles

A channel is used to used to make a connection to an IBM MQ queue manager, thus each connection will be associated with a channel.

 

Before deleting a channel, use the display channel command to ensure the channel exists.

The delete channel command is used to delete a channel. In this example, the channel named CHANNEL01 is deleted.

echo "delete channel ('CHANNEL01')" | runmqsc MANAGER01

 

The following should be displayed.

AMQ8015I: IBM MQ channel deleted.

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 25156f in the box below so that we can be sure you are a human.