WASTopic
Inherits from type JMSDestination and adds the following.
Attributes Summary
topic This is the string value used to identify the Topic. persistence priority specifiedPriority When priority is SPECIFIED, this value specifies the priority for the topic. expiry specifiedExpiry When 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