WebSphere MQ Provider topic destination settings for application clients
Use this panel to view or change the configuration properties of
the selected topic destination for use with the MQSeries product Java Messaging
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 > JMS Providers > JMS provider instance.
Right click MQ Topic Destinations, and click New. The following
fields are displayed on the General tab.
A topic destination is used to configure the properties of a JMS topic
for the associated JMS provider. Connections to the topic are created by the
associated topic connection factory. A topic for use with the MQSeries product
JMS provider has the following properties.
Note:
- The property values that you specify must match the values that you specified
when configuring MQSeries product JMS resources. For more information about
configuring MQSeries product JMS resources, see the MQSeries Using Java book.
- In MQSeries, names can have a maximum of 48 characters.
- Name
- The name by which the topic is known for administrative purposes.
- Description
- A description of the topic for administrative purposes within IBM
WebSphere Application Server.
- JNDI Name
- The application client run time uses this field to retrieve configuration
information.
- Persistence
- Specifies whether all messages sent to the destination are persistent,
nonpersistent, or have their persistence defined by the application.
Data type |
Enum |
Units |
Not applicable |
Default |
APPLICATION_DEFINED |
Range |
- Application defined
- Messages on the destination have their persistence defined by the application
that put them in 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
- Specifies 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 in 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.
|
- Specified Priority
- 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 |
Default |
Null |
Range |
0 (lowest priority) through 9 (highest priority) |
- Expiry
- 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).
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 in the queue.
- Specified
- The expiry timeout for messages in this queue is defined by the Specified
expiry property.
- Unlimited
- Messages on this queue have no expiry timeout, and these messages never
expire.
|
- Specified Expiry
- 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 |
Default |
Null |
Range |
Greater than or equal to 0
- 0 indicates that messages never time out
- Other values are an integer number of milliseconds
|
- Base Topic Name
- The name of the topic to which messages are sent.
- 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 identifiers
that WebSphere MQ supports.
- Integer encoding
- Indicates whether integer encoding is normal or reversed when native
encoding is not enabled.
Data type |
Enum |
Units |
Not applicable |
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 Using Java document. |
- Decimal encoding
- If native encoding is not enabled, select whether decimal encoding
is normal or reversed.
Data type |
Enum |
Units |
Not applicable |
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 Using Java document. |
- Floating point encoding
- Indicates the type of floating point encoding when native encoding
is not enabled.
Data type |
Enum |
Units |
Not applicable |
Default |
IEEENORMAL |
Range |
- IEEENORMAL
- IEEE normal floating point encoding is used.
- IEEEREVERSED
- IEEE reversed floating point encoding is used.
- S390
- S/390 floating point encoding is used.
For more information about encoding properties, see the
WebSphere MQ Using Java document. |
- Native encoding
- Indicates that the queue destination uses native encoding (appropriate
encoding values for the Java platform) when you select this check box.
Data type |
Enum |
Units |
Not applicable |
Default |
Cleared |
Range |
- Cleared
- Native encoding is not used, so specify the previous 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
MQSeries Using Java document. |
- BrokerDurSubQueue
- 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 |
Default |
Null |
Range |
1 through 48 ASCII characters |
- BrokerCCDurSubQueue
- 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 |
Default |
Null |
Range |
1 through 48 ASCII characters |
- Target Client
- Specifies whether the receiving application is JMS compliant or
is a traditional MQSeries application.
Data type |
Enum |
Units |
Not applicable |
Default |
MQSeries |
Range |
- MQSeries
- The target is a traditional MQSeries application that does not support
JMS.
- JMS
- The target is a JMS compliant application.
|
- Custom Properties
- Specifies the 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.
Searchable topic ID:
ucli_ptdsm
Last updated: Jun 21, 2007 4:55:42 PM CDT
WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/ucli_ptdsm.html