WASTopic



Inherits from type JMSDestination and adds the following.

Attributes Summary
topic : StringThis is the string value used to identify the Topic.
persistence : MessagingPersistenceType  
priority : MessagingPriorityType  
specifiedPriority : IntegerWhen priority is SPECIFIED, this value specifies the priority for the topic.
expiry : MessagingExpiryType  
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    -     
     data type: MessagingPersistenceType
     default Value:   unspecified
     Allowed Values: 



priority    -     
     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.
     data type:  Integer
     default Value:   unspecified



expiry    -     
     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. 1996-2002