WebSphere queue settings
Overview
Panel for changing the properties of a queue destination for use with the WebSphere JMS provider.
A queue destination is used to configure the properties of a JMS queue. Connections to the queue are created by the associated queue connection factory for the embedded WebSphere JMS provider. A queue for use with the internal WebSphere JMS provider has the following properties.
You must add the queue name to the list of queue names in the configuration of the JMS servers that are to host the queue. Click:
Resources | WebSphere JMS Provider | WebSphere Queue Destinations | destination_name
Name
- The name by which the queue is known for administrative purposes within IBM WebSphere Application Server.
JNDI name
- 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.
Description
- A description of the queue, for administrative purposes
Category
- A category used to classify or group this queue, for your IBM WebSphere Application Server administrative records.
Persistence
- Whether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application
Data type Enum Units Not applicable Default APPLICATION_DEFINED Range
- Application defined
- Messages on the destination have their persistence defined by the application that put them onto the queue.
- Queue defined
- [MQ destination only] Messages on the destination have their persistence defined by the MQ queue definition properties.
- Persistent
- Messages on the destination are persistent.
- Non persistent
- Messages on the destination are not persistent.
Priority
- Whether the message priority for this destination is defined by the application or the Specified priority property
Data type Enum Units Not applicable Default APPLICATION_DEFINED Range
- Application defined
- The priority of messages on this destination is defined by the application that put them onto the destination.
- Queue defined
- [MQ destination only] Messages on the destination have their persistence defined by the MQ queue definition properties.
- Specified
- The priority of messages on this destination is defined by the Specified priority property.If you select this option, define a priority on the Specified priority property.
Specified priority
- If the Priority property is set to Specified , type here the message priority for this queue, in the range 0 (lowest) through 9 (highest)
If the Priority property is set to Specified , messages sent to this queue have the priority value specified by this property.
Data type Integer Units Message priority level Default Null Range 0 (lowest priority) through 9 (highest priority)
Expiry
- Whether the expiry timeout for this queue is defined by the application or the Specified expiry property, or messages on the queue never expire (have an unlimited expiry timeout)
Data type Enum Units Not applicable Default APPLICATION_DEFINED Range
Application defined
- The expiry timeout for messages on this queue is defined by the application that put them onto the queue.
Specified
- The expiry timeout for messages on this queue is defined by the Specified expiry property.If you select this option, define a timeout on the Specified expiry property.
Unlimited
- Messages on this queue have no expiry timeout, so those messages never expire.
Specified expiry
- If the Expiry timeout property is set to Specified , type here the number of milliseconds (greater than 0) after which messages on this queue expire
Data type Integer Units Milliseconds Default Null Range Greater than or equal to 0
- 0 indicates that messages never timeout
- Other values are an integer number of milliseconds
Configure a queue destination, embedded WebSphere JMS provider
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.