Retrieves the settings of the JMS notifier
Description
This command can be used to retrieves the current settings of the JMS notifier in Payara Server Full Profile.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --target
- 
This option helps specify the target on which you are retrieving the settings of the JMS notifier. Valid values are: - server
- 
Applies to the default server instance. This is the default value. 
- cluster_name
- 
Applies to every server instance in the cluster. 
- instance_name
- 
Applies to on a specified server instance. 
 
Examples
Example 1 Retrieve the settings for the JMS notifier in the DAS
asadmin get-jms-notifier-configuration
Enabled  Noisy  Context Factory Class  Connection Factory Name  Queue Name  URL  Username  Password
true     true   com.sun.enterprise.naming.SerialInitContextFactory  jms/__defaultConnectionFactory  notifierQueue  localhost:7676  myusername  mypassword
Command get-jms-notifier-configuration executed successfully.