How to IBM MQ - Backup and Clearing Messages on queues in linux?
问题 I have tried saveqmgr and dmpmqcfg. i cannot get expected output. dmpmqcfg -m qm.apple -t all -a -x all -o setmqaut I am using MQ_7.5 version. Which command is used to take backup of MQ Message queue in linux 回答1: You can use a command similar to the following to backup the details of a specific queue (TEST.QUEUE in this example). The output will include both the DEFINE Q command along with SET AUTHREC commands to restore any OAM permissions granted to that specific queue. Note that this