| Attributes Summary |
| persistence : MQMessagingPersistenceType | Whether all messages sent to the destination are persistent, non-persistent, or have their persistence defined by the application.
|
| priority : MQMessagingPriorityType | Whether the message priority for this destination is defined by the application or the Specified priority property.
|
| specifiedPriority : int | If the Priority property is set to Specified, type here the message priority for this queue, in the range 0 through 9.
|
| expiry : MQMessagingExpiryType | 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 set to Specified, type here the number of milliseconds (greater than 0) after which messages on this queue expire.
|
| baseQueueName : String | The name of the queue to which messages are sent, on the queue manager specified by the Base queue manager name property.
|
| baseQueueManagerName : String | The name of the WebSphere MQ queue manager to which messages are sent.
|
| CCSID : int | The coded character set identifier for use with the WebSphere MQ queue manager.
|
| useNativeEncoding : boolean | When enabled, native encoding is used.
|
| integerEncoding : MQIntegerEncoding | If native encoding is not enabled, select whether integer encoding is normal or reversed.
|
| decimalEncoding : MQDecimalEncoding | If native encoding is not enabled, select whether decimal encoding is normal or reversed.
|
| floatingPointEncoding : MQFloatingPointEncoding | If native encoding is not enabled, select the type of floating point encoding.
|
| targetClient : MQTargetClientType | Whether the receiving application is JMS-compliant or is a traditional WebSphere MQ application.
|
| queueManagerHost : String | The name of host for the queue manager on which the queue destination is created.
|
| queueManagerPort : int | The number of the port used by the queue manager on which this queue is defined.
|
| serverConnectionChannelName : String | The name of the channel to use to connect to the queue manager.
|
| userName : String | The user ID used, with the Password property, for authentication when connecting to the queue manager to define the queue destination.
|
| password | The password, used with the User name property, for authentication when connecting to the queue manager to define the queue destination.
|