Use this panel to browse or change the configuration properties of the selected JMS topic destination for publish/subscribe messaging by WebSphere
application server Version 5 applications.
A WebSphere topic destination is used to configure the properties of a JMS topic for the default messaging provider on a Version 5 node in the deployment manager cell. Connections to the topic are created by the associated topic connection factory. To view this page, use the administrative console to complete the following steps:
A JMS topic destination for use with the Version 5 default messaging provider has the following properties.
Configuration tab
The level to which this resource definition is visible to applications.
Resources such as messaging providers, namespace bindings, or shared libraries can be defined at multiple scopes, with resources defined at more specific scopes overriding duplicates which are defined at more general scopes.
The scope displayed is for information only, and cannot be changed on this panel. If you want to browse or change this resource (or other resources) at a different scope, change the scope on the messaging provider settings panel, then click Apply , before clicking the link for the type of resource.
Data type | String |
The name by which the topic is known for administrative purposes within IBM WebSphere Application Server.
Data type | String |
The JNDI name that is used to bind the topic into the application server's name space.
As a convention, use the fully qualified JNDI name; for example, in the form jms/Name, where Name is the logical name of the resource.
This name is used to link the platform binding information. The binding associates the resources defined by the deployment descriptor of the module to the actual (physical) resources bound into JNDI by the platform.
Data type | String |
A description of the topic, for administrative purposes within IBM WebSphere Application Server.
Data type | String |
Default | Null |
A category used to classify or group this topic, for your IBM WebSphere Application Server administrative records.
Data type | String |
The name of the topic as defined to the JMS provider.
Data type | String |
Default | Null |
Range | The topic value can be dot notation and include wildcard characters. |
Whether all messages sent to the destination are persistent, non-persistent, 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
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 |
Default | 0 |
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 messages on the queue never expire (have an unlimited expiry timeout)
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 |
Default | 0 |
Range | Greater than or equal to 0
|
Related tasks
Configuring a Version 5 WebSphere topic destination