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

10.6.11 purge dstサブコマンド

形式

imqcmd purge dst -t 物理格納先タイプ -n 物理格納先名


機能説明

物理格納先を削除しないで、物理格納先のすべてのメッセージを破棄します。


オプション

オプション名

説明

-t

物理格納先タイプを指定します。
指定可能な物理格納先タイプは、次のとおりです。

  • q : Queue

  • t : Topic

-n

物理格納先名を指定します。


戻り値

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


使用例

以下のように実行します。
物理格納先のメッセージを削除してもよいかが確認されます。削除してもよい場合は、「y」を入力します。

C:\Interstage\F3FMisje7\mq\bin\imqcmd purge dst -t t -n JMSTopic
Username: admin
Password:
Purging the destination where:

------------------------------------
Destination Name    Destination Type
------------------------------------
JMSTopic            Topic

On the broker specified by:

-------------------------
Host         Primary Port
-------------------------
localhost    17686

Are you sure you want to purge this destination? (y/n)[n] y

Successfully purged the destination.

/opt/FJSVisje7/mq/bin/imqcmd purge dst -t t -n JMSTopic
Username: admin
Password:
Purging the destination where:

------------------------------------
Destination Name    Destination Type
------------------------------------
JMSTopic            Topic

On the broker specified by:

-------------------------
Host         Primary Port
-------------------------
localhost    17686

Are you sure you want to purge this destination? (y/n)[n] y

Successfully purged the destination.