形式
imqcmd destroy cxn -n コネクションID
機能説明
コネクションを削除します。
オプション
オプション名 | 説明 |
---|---|
-n | コネクションIDを指定します。 |
戻り値
0: 正常終了
0以外: 異常終了
使用例
以下のように実行します。
コネクションを削除してもよいかが確認されます。削除してもよい場合は、「y」を入力します。
C:\Interstage\F3FMisje6\mq\bin\imqcmd destroy cxn -n 9007548068727227648 Username: admin Password: Destroying the connection where: ------------------- Connection ID ------------------- 9007548068727227648 On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 17676 Are you sure you want to destroy this connection? (y/n)[n] y Successfully destroyed the connection. |
/opt/FJSVisje6/mq/bin/imqcmd destroy cxn -n 9007548068727227648 Username: admin Password: Destroying the connection where: ------------------- Connection ID ------------------- 9007548068727227648 On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 17676 Are you sure you want to destroy this connection? (y/n)[n] y Successfully destroyed the connection. |