WASQueue



Inherits from type JMSDestination and adds the following.

Attributes Summary
node : StringThis is the node on which the JMS Server will create the Queue.
persistence : MessagingPersistenceType  
priority : MessagingPriorityType  
specifiedPriority : IntegerWhen priority is SPECIFIED, this value specifies the priority for the queue.
expiry : MessagingExpiryType  
specifiedExpiry : LongWhen 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


Copyright IBM Corp. 1996-2002