Creating a JMS Destination Resource
To create a JMS destination resource, follow these steps:
- In the tree component, expand the Resources node, then expand the JMS Resources node.
- Select the Destination Resources node.
- On the JMS Destination Resources page, click New. The Create JMS Destination Resource page appears.
- In the JNDI Name field, type the name of the resource. For example:
jms/Queue
It is a recommended practice to use the naming subcontext prefix jms/
for JMS resources.
- From the Type drop-down list, choose either
javax.jms.Topic
or javax.jms.Queue
.
- Select the Enabled checkbox to enable the resource at run time.
- In the Additional Properties area, provide values for properties required by your application. The following table lists the available properties.
Table 0-26 Additional Properties for JMS Destination Resources
Property Name
|
Description
|
Name
|
(Required) The name of the physical destination to which the resource refers.
|
Description
|
A description of the physical destination.
|
- In the Targets area, do the following:
- From the Available column, select the target or targets where you plan to deploy applications that use the resource. The available targets include the available clusters and server instances, as well as the default server instance,
server
.
- Click Add to move the target to the Selected column.
- Click OK.
Equivalent asadmin
command: create-jms-resource
See Also:
Legal Notices