Use this panel to view or change the configuration properties of the selected topic 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. After you browse for an EAR file, click Open. Expand the selected JAR file > Messaging Providers > WebSphere MQ Provider . Right click Topic Destinations, and click New. The following fields are displayed on the General tab.
Note:
A topic destination is used to configure the properties of a JMS topic for the associated JMS provider. A topic for use with the WebSphere MQ product
JMS provider has the following properties.
The name by which the topic is known for administrative purposes.
Data type | String |
A description of the topic for administrative purposes within IBM WebSphere Application Server.
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.
Whether the message priority for this destination is defined by the application or the Specified priority property.
If the Priority property is set to Specified, type 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 by the Specified expiry property or by messages on the queue never expire (have an unlimited expiry timeout).
If the Expiry timeout property is set to Specified, type 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
|
The name of the topic to which messages are sent.
Data type | String |
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 identifiers that WebSphere MQ supports.
Data type | String |
Indicates whether integer encoding is normal or reversed when native encoding is not enabled.
Data type | Enum |
Default | NORMAL |
Range |
For more information about encoding properties, see the WebSphere MQ Using Java document. |
If native encoding is not enabled, select whether decimal encoding is normal or reversed.
Data type | Enum |
Default | NORMAL |
Range |
For more information about encoding properties, see the WebSphere MQ Using Java document. |
Indicates the type of floating point encoding when native encoding is not enabled.
Data type | Enum |
Default | IEEENORMAL |
Range |
For more information about encoding properties, see the WebSphere MQ Using Java document. |
Indicates that the queue destination uses native encoding (appropriate encoding values for the Java platform) when you select this check box.
Data type | Enum |
Default | Cleared |
Range |
For more information about encoding properties, see the WebSphere MQ Using Java document. |
The name of the broker queue from which durable subscription messages are retrieved.
The subscriber specifies the name of the queue when it registers a subscription.
Data type | String |
Units | En_US ASCII characters |
Range | 1 through 48 ASCII characters |
The name of the broker queue from which durable subscription messages are retrieved for a ConnectionConsumer. This property applies only for use of the Web container.
Data type | String |
Units | En_US ASCII characters |
Range | 1 through 48 ASCII characters |
Whether the receiving application is JMS compliant or is a traditional WebSphere MQ application.
Data type | Enum |
Default | WebSphere MQ |
Range |
Whether this connection factory uses multicast transport.
Data type | Enum |
Default | AS_CF |
Range |
|