Use the JMS Service page to configure properties to be used by all JMS connections. Follow these steps:
server
, select the server-config
node.default-config
, select the default-config
node.LOCAL
(the default for the server-config
configuration) to access the JMS service on the local host.REMOTE
(the default for the default-config
configuration) to access the JMS service on another system. When choosing this value, follow the instructions in "Editing a JMS Host" to specify the name of the remote host. Selecting this value also means that the next time the server starts, the JMS service does not start on the local system./imq/bin/imqbrokerd
command.By default, reconnection is enabled.
The default value is 60 seconds.
The default value is 3.
default_JMS_host
. priority
) or in a random order (random
).
priority
means that the reconnect always tries to connect to the first server address in the AddressList and uses another one only if the first broker is not available.
If there are many clients attempting a connection using the same connection factory, specify random
to prevent them from all being connected to the same address.
The default is random
.
The default value is 3.
scheme://address_syntax
where the scheme and address_syntax are described in the table below.
The MQ Scheme and MQ Service are the values shown in the first two columns of the following table.
Click Ping to see if the JMS service is up and running. If it is, the message “Ping succeeded: JMS service is running” appears.
Changing the provider and host to a remote system causes all JMS applications to run on the remote server. To use both the local server and one or more remote servers, create a connection factory resource with the AddressList
property to create connections that access remote servers.
Equivalent asadmin
command: jms-ping
See Also: