Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 Administration Guide

ProcedureTo create a JMS destination resource

  1. In the tree component, expand the Resources node, then expand the JMS Resources node.

  2. Select the Destination Resources node.

  3. On the JMS Destination Resources page, click New. The Create JMS Destination Resource page appears.

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

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

  5. From the Type drop-down list, choose either javax.jms.Topic or javax.jms.Queue.

  6. Select the Enabled checkbox to enable the resource at run time.

  7. In the Additional Properties area, provide values for properties.

    The following table lists the available properties.

    Property Name  

    Description  

    Name

    (Required) The name of the physical destination to which the resource refers. 

    Description

    A description of the physical destination. 

  8. Click OK.

Equivalent asadmin command

create-jms-resource

See Also