WASQueue
Inherits from type JMSDestination and adds the following.
Attributes Summary
node This is the node on which the JMS Server will create the Queue. persistence priority specifiedPriority When priority is SPECIFIED, this value specifies the priority for the queue. expiry specifiedExpiry When expiry is SPECIFIED, this value contains the expiration period for the Topic in milliseconds.
Attribute Details
node
This is the node on which the JMS Server will create the Queue.
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 queue. 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