Attributes Summary |
topic : String | This is the string value used to identify the Topic.
|
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 : int | When priority is SPECIFIED, this value specifies the priority for the topic.
|
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 : long | When expiry is SPECIFIED, this value contains the expiration period for the Topic in milliseconds.
|