WASQueue

Queue destinations provided for point-to-point messaging by the internal WebSphere JMS provider. Use WebSphere Queue Destination administrative objects to manage queue destinations for the internal WebSphere JMS provider.

Inherits from type JMSDestination and adds the following.

Attributes Summary
node : StringThe WebSphere node name of the administrative node where the JMS server runs for this connection factory.
persistence : MessagingPersistenceTypeWhether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application.
priority : MessagingPriorityTypeWhether the message priority for this destination is defined by the application or the Specified priority property.
specifiedPriority : intIf 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 : MessagingExpiryTypeWhether 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 : longIf the Expiry timeout property is SPECIFIED, type here the number of milliseconds after which messages on this queue expire.

Attribute Details

node    -    The WebSphere node name of the administrative node where the JMS server runs for this connection factory. Connections created by this factory connect to that JMS server.
     data type:  String
     default Value:   unspecified



persistence    -    Whether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application.
     data type: MessagingPersistenceType
     default Value:   unspecified
     Allowed Values: 



priority    -    Whether the message priority for this destination is defined by the application or the Specified priority property.
     data type: MessagingPriorityType
     default Value:   unspecified
     Allowed Values: 



specifiedPriority    -    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..
     data type:  int
     default Value:   unspecified



expiry    -    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).
     data type: MessagingExpiryType
     default Value:   unspecified
     Allowed Values: 



specifiedExpiry    -    If the Expiry timeout property is SPECIFIED, type here the number of milliseconds after which messages on this queue expire. Valid values are any long value greater than zero.
     data type:  long
     default Value:   unspecified


Copyright IBM Corp. 1997-2004