Create-Jms-Host
Creates a JMS host.
Synopsis
asadmin [asadmin-options] create-jms-host [--help]
--mqhost mq-host --mqport mq-port
--mquser mq-user --mqpassword mq-password
[--target target]
[--force={false|true}]
jms_host_name
Description
Creates a Java Message Service (JMS) host within the JMS service.
This subcommand is supported in remote mode only. Remote asadmin subcommands require a running domain administration server (DAS).
Options
asadmin-options:
Options for the asadmin utility. For information about these options, see the asadmin help page.
--help:
-?:
Displays the help text for the subcommand.
--mqhost:
The host name for the JMS service.
--mqport:
The port number used by the JMS service.
--mquser:
The user name for the JMS service.
--mqpassword:
The password for the JMS service.
--target:
Creates the JMS host only for the specified target. Valid values are as follows:
server;;
Creates the JMS host for the default server instance. This is the default value.
configuration-name;;
Creates the JMS host in the specified configuration.
cluster-name;;
Creates the JMS host for every server instance in the specified
cluster.
instance-name;;
Creates the JMS host for the specified server instance.
--force:
Specifies whether the subcommand overwrites the existing JMS host of the same name. The default value is false.
Examples
Example 1 Creating a JMS host using a non-default port
The following command creates a JMS host named MyNewHost on the system pigeon.
asadmin> create-jms-host --mqhost pigeon.example.com --mqport 7677
--mquser admin --mqpassword admin MyNewHost
Jms Host MyNewHost created.
Command create-jms-host executed successfully.