MQQueue
Inherits from type JMSDestination and adds the following.
Attributes Summary persistence : MQMessagingPersistenceType Denotes how the persistence of a message is set. priority : MQMessagingPriorityType Denotes how the priority of a message is set. specifiedPriority : Integer If priority is set to SPECIFIED any message sent via this destination will have the priority set to this properties value. expiry : MQMessagingExpiryType Denotes how the expiry of a message is set. specifiedExpiry : Long If expiry is set to SPECIFIED any message sent via this destination will have the expiry set to this properties value. baseQueueName : String The name of the physical MQ Queue, Must be less than 48 characters. baseQueueManagerName : String The name of the Queue Manager the Queue exists on. CCSID : Integer Character set used to communicate with the Queue Manager. useNativeEncoding : Boolean When enabled, native encoding is used. integerEncoding : MQIntegerEncoding The integer encoding type to use. decimalEncoding : MQDecimalEncoding The decimal encoding type to use. floatingPointEncoding : MQFloatingPointEncoding Floating point encoding type to use. targetClient : MQTargetClientType Denotes whether the application receiving messages from the destination is a JMS application or a legacy MQ application. queueManagerHost : String The hostname or IP address of the queue manager. queueManagerPort : Integer The port for the queue manager for this queue. serverConnectionChannelName : String The name of the channel to use to connect to the queue manager. userName : String The username to use when connecting to the queue manager password : String The password to use when connecting to the queue manager
Attribute Details
persistence - Denotes how the persistence of a message is set. Allowed Values: APPLICATION_DEFINED, QUEUE_DEFINED, PERSISTENT, NON_PERSISTENT
data type: MQMessagingPersistenceType
default Value: unspecified
Allowed Values:
priority - Denotes how the priority of a message is set. Allowed Values: APPLICATION_DEFINED, QUEUE_DEFINED, SPECIFIED
data type: MQMessagingPriorityType
default Value: unspecified
Allowed Values:
specifiedPriority - If priority is set to SPECIFIED any message sent via this destination will have the priority set to this properties value. It can be between 0 and 9
data type: Integer
default Value: unspecified
expiry - Denotes how the expiry of a message is set. Allowed Values: APPLICATION_DEFINED, UNLIMITED, SPECIFIED
data type: MQMessagingExpiryType
default Value: unspecified
Allowed Values:
specifiedExpiry - If expiry is set to SPECIFIED any message sent via this destination will have the expiry set to this properties value.
data type: Long
default Value: unspecified
baseQueueName - The name of the physical MQ Queue, Must be less than 48 characters.
data type: String
default Value: unspecified
baseQueueManagerName - The name of the Queue Manager the Queue exists on. Must be less than 48 characters.
data type: String
default Value: unspecified
CCSID - Character set used to communicate with the Queue Manager.
data type: Integer
default Value: unspecified
useNativeEncoding - When enabled, native encoding is used. When disabled, the settings for integer, decimal and floating point are used.
data type: Boolean
default Value: unspecified
integerEncoding - The integer encoding type to use.
data type: MQIntegerEncoding
default Value: unspecified
Allowed Values: Normal Reversed
decimalEncoding - The decimal encoding type to use.
data type: MQDecimalEncoding
default Value: unspecified
Allowed Values: Normal Reversed
floatingPointEncoding - Floating point encoding type to use.
data type: MQFloatingPointEncoding
default Value: unspecified
Allowed Values: IEEENormal IEEEReversed S390
targetClient - Denotes whether the application receiving messages from the destination is a JMS application or a legacy MQ application. Allowed Values: JMS, MQ
data type: MQTargetClientType
default Value: JMS
Allowed Values:
queueManagerHost - The hostname or IP address of the queue manager.
data type: String
default Value: unspecified
queueManagerPort - The port for the queue manager for this queue.
data type: Integer
default Value: unspecified
serverConnectionChannelName - The name of the channel to use to connect to the queue manager.
data type: String
default Value: unspecified
userName - The username to use when connecting to the queue manager
data type: String
default Value: unspecified
password - The password to use when connecting to the queue manager
data type: String
default Value: unspecified
Copyright IBM Corp. 1996-2002