lists the JMS resources
list-jms-resources [--help] [--restype type] [target]
The list-jms-resources subcommand lists the existing Java Message Service (JMS) resources (destination and connection factory resources).
This subcommand is supported in remote mode only. Remote asadmin subcommands require a running domain administration server (DAS).
--help-?Displays the help text for the subcommand.
--restypeThe JMS resource type can be javax.jms.Topic, javax.jms.Queue, javax.jms.ConnectionFactory, javax.jms.TopicConnectionFactory, or javax.jms.QueueConnectionFactory.
Restricts the listing to resources for a specified target. Valid values are as follows:
serverLists the resources for the default server instance. This is the default value.
domainLists the resources for the domain.
Lists the resources for every server instance in the specified cluster.
Lists the resources for the specified server instance.
The following subcommand lists all JMS resources.
asadmin> list-jms-resources
jms/Queue
jms/ConnectionFactory
jms/DurableConnectionFactory
jms/Topic
Command list-jms-resources executed successfully.
The following subcommand lists all javax.jms.ConnectionFactory resources.
asadmin> list-jms-resources --restype javax.jms.ConnectionFactory
jms/ConnectionFactory
jms/DurableConnectionFactory
Command list-jms-resources executed successfully.
subcommand executed successfully
error in executing the subcommand