• The first message in the sequence will have the appspecific property set to the number of messages that will arrive in this sequence of segmented messages (the first message is excluded).
• The following messages will have this number decreased by one and the last message in the sequence will have the appspecific property set to 0.
• Express – The message is not stored on disk, and cannot be recovered in case of failure.
• Persistent – The message is stored on disk, and can be recovered in case of failure.
• MQMSG_JOURNAL_NONE – No journaling.
• MQMSG_JOURNAL – Journaling enabled.
• MQMSG_DEADLETTER – If the message is not delivered or read in time, it will be stored in a deadletter queue.
• MQMSG_JOURNAL|MQMSG_DEADLETTER – Both journaling and deadletter functionality enabled.
• Tracing Off – No tracing of the progress of the message.
• Tracing On – Progress of the message is traced.
• MQ_NO_TRANSACTION – The message will be sent without transactional support.
• MQ_INTERNAL_TRANSACTION – The message will be sent within a transaction.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |