To Edit a JMS Destination Resource

  1. In the navigation tree, expand the Resources node.
  2. Under the Resources node, expand the JMS Resources node.
  3. Under the JMS Resources node, select the JMS Destination Resources node.

    The JMS Destination Resources page opens.

  4. On the JMS Destination Resources page, click the name of the destination resource that you are editing.

    The Edit JMS Destination Resource page opens.

  5. In the JNDI Name field, type the JNDI name of the resource.

    It is a recommended practice to use the naming subcontext prefix jms/ for JMS resources. For example: jms/Queue.

  6. In the Physical Destination Name field, type the name of the physical destination to be associated with this resource.

    The Enterprise Server creates the physical destination automatically when it is needed and deletes it when you delete the destination resource.

  7. From the Resource Type drop-down list, select either javax.jms.Topic or javax.jms.Queue.
  8. In the Description field, type a description of the destination resource.
  9. Select the Status Enabled checkbox to enable the resource at run time.

    This option is enabled by default.

  10. (Optional) In the Additional Properties area, specify additional properties for the destination resource.

    The Enterprise Serverdoes not define any additional properties for JMS destination resources.

  11. Click Save.

    Tip - To return to the default settings, click the Load Defaults button, then click Save.


See Also