Use this panel to browse or change the configuration properties of the selected JMS destination for use with the associated JMS provider.
A JMS destination is used to configure the properties of a JMS destination for the associated generic messaging provider (not the default messaging provider or WebSphere MQ). Connections to the JMS destination are created by the associated JMS connection factory. To view this page, use the administrative console to complete the following steps:
A JMS destination for use with a generic messaging provider has the following properties.
The name by which the queue is known for administrative purposes within IBM WebSphere Application Server.
Data type | String |
Whether this JMS destination is a queue (for point-to-point) or topic (for publish/subscribe). Select one of the following options:
The JNDI name that is used to bind the queue into the application server's name space.
As a convention, use the fully qualified JNDI name; for example, in the form jms/Name, where Name is the logical name of the resource.
This name is used to link the platform binding information. The binding associates the resources defined by the deployment descriptor of the module to the actual (physical) resources bound into JNDI by the platform.
Data type | String |
A description of the queue, for administrative purposes
Data type | String |
A category used to classify or group this queue, for your IBM WebSphere Application Server administrative records.
Data type | String |
The JNDI name that is used to bind the queue into the application server's name space.
As a convention, use the fully qualified JNDI name; for example, in the form jms/Name, where Name is the logical name of the resource.
This name is used to link the platform binding information. The binding associates the resources defined by the deployment descriptor of the module to the actual (physical) resources bound into JNDI by the platform.
Data type | String |
Configuration tab
The level to which this resource definition is visible to applications.
Resources such as messaging providers, namespace bindings, or shared libraries can be defined at multiple scopes, with resources defined at more specific scopes overriding duplicates which are defined at more general scopes.
The scope displayed is for information only, and cannot be changed on this panel. If you want to browse or change this resource (or other resources) at a different scope, change the scope on the messaging provider settings panel, then click Apply , before clicking the link for the type of resource.
Data type | String |
Related tasks
Configuring a JMS destination, a generic JMS provider