This type is a class for model objects.
Topic destinations provided for publish/subscribe messaging by the internal WebSphere JMS provider. Use WebSphere Topic Destination administrative objects to manage topic destinations for the internal WebSphere JMS provider.
Package: internalmessagingAttributes Summary | |
topic : EString | This is the string value used to identify the Topic. It can be dot notation and include wildcard characters. |
persistence : MessagingPersistenceType | Whether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application. |
priority : MessagingPriorityType | Whether the message priority for this destination is defined by the application or the Specified priority property. |
specifiedPriority : EInt | When priority is SPECIFIED, this value specifies the priority for the topic. Valid values are in the range 0-9 with 0 as the lowest priority and 9 as the highest priority. |
expiry : MessagingExpiryType | 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). |
specifiedExpiry : ELong | When expiry is SPECIFIED, this value contains the expiration period for the Topic in milliseconds. Valid values are any long value greater than zero. |
Attribute Details |