Use this panel to view or change the configuration properties of the selected queue destination for use with product Java Message Service (JMS) provider.
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 > Version 5 Default Provider . Right click Queue Destinations and click New. The following fields are displayed on the General tab.
A queue destination is used to configure the properties of a JMS queue. A Version 5 Default Provider queue destination has the following properties.
The name by which the queue is known for administrative purposes within WebSphere Application Server.
Data type | String |
A description of the queue, for administrative purposes.
Data type | String |
The application client run time uses this field to retrieve configuration information.
Whether all messages sent to the destination are persistent, nonpersistent, or have their persistence defined by the application.
Data type | Enum |
Default | APPLICATION_DEFINED |
Range |
|
Whether the message priority for this destination is defined by the application or the Specified priority property.
Data type | Enum |
Default | APPLICATION_DEFINED |
Range |
|
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 |
Range | 0 (lowest priority) through 9 (highest priority) |
Whether the expiry timeout for this queue is defined by the application or the Specified expiry property, or whether messages on the queue expire (have an unlimited expiry timeout).
If the Expiry timeout property is set to Specified, specify the number of milliseconds (greater than 0) after which messages on this queue expire.
Data type | Integer |
Units | Milliseconds |
Range | Greater than or equal to 0
|
Specifies name-value pairs for setting additional properties on the object that is created at run time for this resource.
You must enter a name that is a public property on the object and a value that can be converted from a string to the type required by the set method of the property. The acceptable properties and values depend on the object that is created. Refer to the object documentation for a list of valid properties and values.