WASTopic

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.

Inherits from type JMSDestination and adds the following.

Attributes Summary
topic : StringThis is the string value used to identify the Topic.
persistence : MessagingPersistenceTypeWhether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application.
priority : MessagingPriorityTypeWhether the message priority for this destination is defined by the application or the Specified priority property.
specifiedPriority : intWhen priority is SPECIFIED, this value specifies the priority for the topic.
expiry : MessagingExpiryTypeWhether 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 : longWhen expiry is SPECIFIED, this value contains the expiration period for the Topic in milliseconds.

Attribute Details

topic    -    This is the string value used to identify the Topic. It can be dot notation and include wildcard characters.
     data type:  String
     default Value:   unspecified



persistence    -    Whether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application.
     data type: MessagingPersistenceType
     default Value:   unspecified
     Allowed Values: 



priority    -    Whether the message priority for this destination is defined by the application or the Specified priority property.
     data type: MessagingPriorityType
     default Value:   unspecified
     Allowed Values: 



specifiedPriority    -    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.
     data type:  int
     default Value:   unspecified



expiry    -    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).
     data type: MessagingExpiryType
     default Value:   unspecified
     Allowed Values: 



specifiedExpiry    -    When expiry is SPECIFIED, this value contains the expiration period for the Topic in milliseconds. Valid values are any long value greater than zero.
     data type:  long
     default Value:   unspecified


Copyright IBM Corp. 1997-2004