Removing the AMQP channel from queue managers
We can remove the AMQP channel from queue managers by removing folders from the installation directory.
Procedure
- Stop the queue manager.
-
Remove the IBM MQ support for MQ Light APIs:
- On AIX, run the following
command:
installp -u mqm.amqp.rte
- On Linux, remove the AMQP
RPM. If you repackaged the RPM before you installed it, specify the name of the repackaged
RPM.
rpm -e MQSeriesAMQP
- On Windows, remove the amqp folder from the IBM MQ installation. Ensure that no other files or folders in the IBM MQ installation path are removed.
- On AIX, run the following
command:
- Restart the queue manager.
Parent topic: Create and using AMQP channels
Related information