形式
imqcmd list dur [-d トピック名]
機能説明
永続サブスクリプションの一覧を表示します。
オプション
オプション名 | 説明 |
---|---|
-d | 物理格納先タイプがTopicの物理格納先名を指定します。 |
戻り値
0: 正常終了
0以外: 異常終了
使用例
以下のように実行します。
C:\Interstage\F3FMisje6\mq\bin\imqcmd list dur |
/opt/FJSVisje6/mq/bin/imqcmd list dur |
C:\Interstage\F3FMisje6\mq\bin\imqcmd list dur -d topic |
/opt/FJSVisje6/mq/bin/imqcmd list dur -d topic |
表示例
Listing all durable subscriptions on the topic 'topic' on the broker specified by: ------------------------------------------ Host Primary Port ------------------------------------------ localhost 17676 ------------------------------------------------------------------------------------------ Durable Sub. Name Client ID Destination Name Number of Messages Durable Sub. State ------------------------------------------------------------------------------------------ a a_cid topic001 0 ACTIVE a cid topic002 0 INACTIVE |
Listing all durable subscriptions on the topic 'topic' on the broker specified by: ------------------------------------------ Host Primary Port ------------------------------------------ localhost 17676 ------------------------------------------------------------------------------- Durable Sub. Name Client ID Number of Messages Durable Sub. State ------------------------------------------------------------------------------- a a_cid 0 ACTIVE a cid 0 INACTIVE |
表示情報
表示項目 | 内容 |
---|---|
Host | メッセージブローカの起動しているホスト名です。 |
Primary Port | メッセージブローカの起動しているポート番号です。 |
Durable Sub. Name | サブスクライバの識別名です。 |
Client ID | コネクションごとに設定されるIDとなります。 |
Destination Name (注1) | 物理格納先名です。 |
Number of Messages | JMSクライアントに配信待ちのメッセージ数です。 |
Durable Sub. State | 永続サブスクリプションの状態を示します。
|
本項目は、物理格納先名を指定しない場合(-dオプションなし)に表示されます。