WebSphere MQ Provider queue destination settings for application clients
Use this panel to view or change the configuration properties of the selected queue destination for use with the WebSphere MQ product Java Message Service (JMS) provider.
To view this Application Client Resource Configuration Tool (ACRCT) page, click...
File | Open | EAR file | Open | JAR file | Messaging Providers | WebSphere MQ Provider | Queue Destinations (right-click) | NewThe following fields are displayed on the General tab.
- The property values specified must match the values specified when configuring WebSphere MQ product for JMS resources. For more information about configuring WebSphere MQ product for JMS resources, see the WebSphere MQ Use Java book.
- In WebSphere MQ, names can have a maximum of 48 characters.
A queue for use with the WebSphere MQ product JMS provider has the following properties.
Name
The name by which the queue is known for administrative purposes within IBM WAS.
Data type String
Description
A description of the queue, for administrative purposes.
Data type String
JNDI Name
The application client run-time environment uses this field to retrieve configuration information.
Persistence
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
- Application defined
- Messages on the destination have their persistence defined by the application that put them onto the queue.
- Queue defined
- [WebSphere MQ destination only] Messages on the destination have their persistence defined by the WebSphere MQ queue definition properties.
- Persistent
- Messages on the destination are persistent.
- Nonpersistent
- 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
- [WebSphere MQ destination only] Messages on the destination have their persistence defined by the WebSphere 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, specify the message priority for this queue, in the range 0 (lowest) through 9 (highest).
Data type Integer Units Message priority level Range 0 (lowest priority) through 9 (highest priority)
Expiry
Whether the expiry timeout value for this queue is defined by the application or the by Specified expiry property or whether messages on the queue never expire (have an unlimited expiry time out).
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 and 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 Range Greater than or equal to 0
- 0 indicates that messages never time out
- Other values are an integer number of milliseconds
Base Queue Name
The name of the queue to which messages are sent, on the queue manager specified by the Base queue manager name property.
Data type String
Base Queue Manager Name
The name of the WebSphere MQ queue manager to which messages are sent.
This queue manager provides the queue specified by the Base queue name property.
Data type String Units En_US ASCII characters Range A valid WebSphere MQ Queue Manager name, as 1 through 48 ASCII characters
CCSID
The coded character set identifier to use with the WebSphere MQ queue manager.
This coded character set identifier (CCSID) must be one of the CCSID identifier supported by WebSphere MQ queue manager.
Data type String
Integer encoding
If native encoding is not enabled, select whether integer encoding is normal or reversed.
Data type Enum Default NORMAL Range
- NORMAL
- Normal integer encoding is used.
- REVERSED
- Reversed integer encoding is used.
For more information about encoding properties, see the WebSphere MQ Use Java document.
Decimal encoding
Indicates that if native encoding is not enabled to select whether decimal encoding is normal or reversed.
Data type Enum Default NORMAL Range
- NORMAL
- Normal decimal encoding is used.
- REVERSED
- Reversed decimal encoding is used.
For more information about encoding properties, see the WebSphere MQ Use Java document.
Floating point encoding
Indicates that if native encoding is not enabled to select the type of floating point encoding.
Data type Enum Default IEEENORMAL Range
- IEEENORMAL
- IEEE normal floating point encoding is used.
- IEEEREVERSED
- IEEE reversed floating point encoding is used.
- S390
- S390 floating point encoding is used.
For more information about encoding properties, see the WebSphere MQ Use Java document.
Native encoding
Indicates that the queue destination use native encoding (appropriate encoding values for the Java platform) when you select this check box.
Data type Enum Default Cleared Range
- Cleared
- Native encoding is not used, so specify the following properties for integer, decimal and floating point encoding.
- Selected
- Native encoding is used (to provide appropriate encoding values for the Java platform).
For more information about encoding properties, see the WebSphere MQ Use Java document.
Target client
Whether the receiving application is JMS-compliant or is a traditional WebSphere MQ application.
Data type Enum Default WebSphere MQ Range
Custom Properties
Specify 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.
Related tasks
Use application clients
Configure new JMS providers with the Application Client Resource Configuration Tool
Configure Java messaging client resources