Attributes Summary |
node : String | The WebSphere node name of the administrative node where the JMS server runs for this connection factory.
|
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 | If the Priority property is SPECIFIED, type here the message priority for this queue, in the range 0 through 9 with 0 as the lowest priority and 9 as the highest priority.
|
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 | If the Expiry timeout property is SPECIFIED, type here the number of milliseconds after which messages on this queue expire.
|