asadmin [asadmin-options] jms-ping [--help]
[-- target target]
jms-ping |
Previous | Next | Contents |
checks if the JMS service is up and running
Synopsis
asadmin [asadmin-options] jms-ping [--help]
[-- target target]
Description
The jms-ping
subcommand checks if the Java Message Service (JMS)
service (also known as the JMS provider) is up and running. When you
start the \{product---name}, the JMS service starts by default.
The jms-ping
subcommand pings only the default JMS host within the JMS
service. It displays an error message when it is unable to ping a
built-in 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.
--target
Specifies the target for which the operation is to be performed. Valid
values are as follows:
server
Pings the JMS service for the default server instance. This is the default value
Pings the JMS service for all clusters using the specified configuration.
Pings the JMS service for the specified cluster.
Pings the JMS service for the specified server instance.
Examples
Example 1 Verifying that the JMS service is running
The following subcommand checks to see if the JMS service is running on the default server.
asadmin> jms-ping
JMS-ping command executed successfully
Connector resoure test_jms_adapter created.
Command jms-ping executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |