Use this page to create a new JMS destination object.
The following table describes the fields and buttons on the screen. The left column lists the fields and buttons; the right column describes the functionality.
Field or Button
|
Description
|
---|---|
JNDI Name |
Destination Resources are stored in the JNDI repository and are accessed using the JNDI name. The JNDI name has an explicit root at Java:comp:env/ so you do not need to specify that part of the name. It is recommended that JMS Resources are stored under the 'jms' sub-context so your JNDI name would be similar to; jms/SUNW_Topic. |
Type |
Use the drop-down list to specify Queue or Topic Factory. |
Description |
Provide a description for the destination object. |
Resource Enabled |
Mark this checkbox to enable the destination factory object. |
Properties |
If you are using the bundled JMS provider (S1 Message Queue) then you need to specify the imqDestinationName property. The value of this property must be set to the name of a Physical Destination (accessed under JMS / Service in the Admin UI). You should also ensure the type of destinations match, that is, Queue or Topic destinations. |
OK |
Saves your changes. |
Cancel |
Cancels your edit. |
Save |
Saves your edit. |
Reset |
Cancels your changes, and resets the page to default values. |
See also | |
---|---|