形式
imqcmd create dst -t 物理格納先タイプ -n 物理格納先名 [-o プロパティ名=設定値 [-o プロパティ名=設定値]...]
機能説明
物理格納先を作成します。
オプション
オプション名 | 説明 |
---|---|
-t | 物理格納先タイプを指定します。
|
-n | 物理格納先名を指定します。
|
-o | 物理格納先に関するプロパティを指定します。 |
戻り値
0: 正常終了
0以外: 異常終了
使用例
以下のように実行します。
C:\Interstage\F3FMisje6\mq\bin\imqcmd create dst -t q -n JMSQueue Username: admin Password: Creating a destination with the following attributes: Destination Name JMSQueue Destination Type Queue On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 17676 Successfully created the destination. |
/opt/FJSVisje6/mq/bin/imqcmd create dst -t q -n JMSQueue Username: admin Password: Creating a destination with the following attributes: Destination Name JMSQueue Destination Type Queue On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 17676 Successfully created the destination. |