ページの先頭行へ戻る
Interstage Application Server V12.0.0 Java EE 7 設計・構築・運用ガイド
FUJITSU Software

10.6.2 destroy cxnサブコマンド

形式

imqcmd destroy cxn -n コネクションID


機能説明

コネクションを削除します。


オプション

オプション名

説明

-n

コネクションIDを指定します。


戻り値

0: 正常終了
0以外: 異常終了


使用例

以下のように実行します。
コネクションを削除してもよいかが確認されます。削除してもよい場合は、「y」を入力します。

C:\Interstage\F3FMisje7\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    17686

Are you sure you want to destroy this connection? (y/n)[n] y

Successfully destroyed the connection.

/opt/FJSVisje7/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    17686

Are you sure you want to destroy this connection? (y/n)[n] y

Successfully destroyed the connection.