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

10.6.1 create dstサブコマンド

形式

imqcmd create dst -t 物理格納先タイプ -n 物理格納先名 [-o プロパティ名=設定値 [-o プロパティ名=設定値]...]


機能説明

物理格納先を作成します。


オプション

オプション名

説明

-t

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

  • q : Queue

  • t : Topic

-n

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

  • 英数字、アンダースコア(_)、ドルマーク($)だけを使用できます。

  • 英字、アンダースコア(_)、またはドルマーク($)で始める必要があります。

  • 文字列「mq.」で始めることはできません。

  • 文字列「__JMQAdmin」を物理格納先の名称に使用できません。

-o

物理格納先に関するプロパティを指定します。
指定可能なプロパティについては、「8.7.7 物理格納先の生成または更新に関するプロパティ」を参照してください。


戻り値

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


使用例

以下のように実行します。

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

Successfully created the destination.

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

Successfully created the destination.