Use this panel to view or change the configuration properties of the selected JMS topic destination for use with the internal product Java™ Message Service (JMS) provider that is installed with WebSphere® Application Server.
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 > Default Provider. Right-click Topic Destinations, and click New. The following fields appear on the General tab.
The name of the topic destination entry.
Data type | String |
A description of the entry.
Data type | String |
The JNDI name used to match this definition to a deployment descriptor resource-env-ref name.
Data type | String |
The name of the topic space. This field is required.
Data type | String |
Default | DEFAULT_TOPIC_SPACE |
The name of the topic. This field is required.
Data type | String |
The default mode for messages sent to this destination.
Data type | String |
Range | Application, Persistent or NonPersistent |
Default | Application |
The default length of time from its dispatch time that a message sent to this destination should be retained by the system, where 0 indicates that time to live value does not expire. Value from the producer is used if not completed.
Data type | Long |
Units | Milliseconds |
The priority for messages sent to this destination. Value from producer is used if not completed.
Data type | Integer |
Range | 0 to 9 with 0 as the lowest priority and 9 as the highest priority |
Used to control read-ahead optimization during message delivery.
Data type | String |
Range | AsConnection, AlwaysOn and AlwaysOff |
Default | AsConnection |