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 |