Default Provider queue destination settings
Use this panel to view or change the configuration properties of the selected JMS queue destination for use with the internal product Java Message Service (JMS) provider that is installed with WebSphere Application Server.
To view this Application Client Resource Configuration Tool (ACRCT) page, click File > Open. After you browse for an EAR file, click Open. Expand the selected JAR file > Messaging Providers > Default Provider. Right-click Queue Destinations. Click New. The following fields appear on the General tab.
- Name
The name of the queue destination factory. You must complete this field.
Data type String - Description
A description of this queue destination for administrative purposes within WebSphere Application Server.
Data type String - JNDI Name
The JNDI name used to match this definition to a deployment descriptor resource-env-ref name.
Data type String - Queue Name
The name of the queue.
Data type String - Delivery Mode
The delivery mode for messages sent to this destination.
Data type String Range Application, Persistent or NonPersistent Default Application - Time to Live
The default length of time from its dispatch time that a message sent to this destination should be retained by the system, where 0 indicates that time to live value does not expire. Value from the producer is used if the Time to Live field is not completed.
Data type Integer Units Milliseconds - Priority
The priority for messages sent to this destination. The value from the producer is used if not completed.
Data type Integer Range 0 to 9 with 0 as the lowest priority and 9 as the highest priority - Read Ahead
Used to control read-ahead optimization during message delivery.
Data type String Range AsConnection, AlwaysOn and AlwaysOff Default AsConnection