Creating a JMS Host
To create a JMS host, follow these steps:
- In the tree component, expand the Configurations node.
- Select the instance to configure:
- To configure a particular instance, select the instance’s config node. For example, for the default instance,
server
, select the server-config
node.
- To configure the default settings for future instances that use a copy of
default-config
, select the default-config
node.
- Expand the Java Message Service node.
- Select the JMS Hosts node.
- On the JMS Hosts page, click New. The Create JMS Host page appears.
- In the Name field, type the name of the host. For example:
NewJmsHost
- In the Host field, type the name or Internet Protocol (IP) address of the system where the JMS host will run (
localhost
or the name of the local or remote system).
- In the Port field, type the port number of the JMS service. Change this field only if the JMS service to be used is running on a nondefault port. (The default port is 7676.)
- In the Admin Username and Admin Password fields, type the MQ broker user name and password. These are different from the Application Server user name and password. Edit these fields only if you have used the install_dir
/imq/bin/imqusermgr
command to change the MQ broker values. The default values are admin
and admin
.
- Click OK.
Equivalent asadmin
command: create-jms-host
See Also:
Legal Notices