This type is a class for model objects.
Topic destinations provided for publish/subscribe messaging by the WebSphere MQ JMS provider. Use WebSphere MQ Topic Destination administrative objects to manage topic destinations for the WebSphere MQ JMS provider.
Package: mqseries| 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 : EInt | 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 : ELong | 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. |
| baseTopicName : EString | The name of the topic to which messages are sent. |
| CCSID : EInt | The coded character set identifier for use with the WebSphere MQ queue manager. |
| useNativeEncoding : EBoolean | When enabled, native encoding is used. When disabled, the settings for integer, decimal and floating point are 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. |
| brokerDurSubQueue : EString | The name of the broker's queue from which durable subscription messages are retrieved. |
| brokerCCDurSubQueue : EString | Broker connection consumer durable subscription queue name. |
| multicast : MQMulticastType | @since 6.0.0 Enable MultiCast transport? |
| sendAsync : MQQueueSendAsync | * No description is available * |
| readAhead : MQQueueReadAhead | * No description is available * |
| readAheadClose : MQQueueReadAheadClose | * No description is available * |
| wildcardFormat : MQWildcardFormat | * No description is available * |
| brokerPubQueue : EString | * No description is available * |
| brokerPubQmgr : EString | * No description is available * |
| brokerVersion : MQBrokerVersion | * No description is available * |
| mqmdReadEnabled : EBoolean | * No description is available * |
| mqmdWriteEnabled : EBoolean | * No description is available * |
| mqmdMessageContext : MQMDMessageContext | * No description is available * |
| messageBody : MQMessageBody | * No description is available * |
| receiveCCSID : EInt | * No description is available * |
| receiveConvert : MQReceiveConvert | * No description is available * |
| wmqTopicName : EString | * No description is available * |
| replyToStyle : MQReplyToStyle | * No description is available * |
| Attribute Details |