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.
The name of the queue destination factory. You must complete this field.
Data type | String |
A description of this queue destination for administrative purposes within WebSphere Application Server.
Data type | String |
The JNDI name used to match this definition to a deployment descriptor resource-env-ref name.
Data type | String |
The name of the queue.
Data type | String |
The delivery mode for messages sent to this destination.
Data type | String |
Range | Application, Persistent or NonPersistent |
Default | Application |
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 |
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 |
Used to control read-ahead optimization during message delivery.
Data type | String |
Range | AsConnection, AlwaysOn and AlwaysOff |
Default | AsConnection |