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
create-jms-host |
Previous | Next | Contents |
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
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) 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.
Creates the JMS host in the specified configuration.
Creates the JMS host for every server instance in the specified cluster.
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
.
Operands
A unique identifier for the JMS host to be created.
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.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |