Maintaining intercommunications along message channels
We might sometimes need to take action in order to maintain intercommunications along message channels. For example you might need to resolve an in-doubt channel by either backing out or committing the messages, or reset channel synchronization if the message counts at the two ends of the channel are not in synchronization. We can also configure channels to reduce the possibility of a sending channel being put in doubt and made unavailable.
About this task
When a channel tries to commit a logical unit of work, if the receiving end of the channel is not available, the sending end of the channel is put in-doubt because it cannot determine whether the messages on the transmission queue have been committed. The messages are held on the transmission queue and no messages can be sent through the channel until the channel's status has been resolved. Often, in-doubt channels are automatically resolved by IBM MQ when connection between the two ends of the channel is re-established. However, this can cause delays, especially if the connection cannot be re-established because, for example, the receiving end of the channel has been deleted.
The Message Channel Agent (MCA) keeps a record of the number of messages sent and received (the Sequence Number) and the ID of the last-committed logical units of work (the LUWID).
For more information, see Distributed queueing and clusters.
- Resetting channel synchronization
If synchronization errors are reported because the message counts at the two ends of the channel are not in synchronization, we can reset the synchronization. - Resolving in-doubt channels
If there is no possibility that a link that has been lost might recover, we must resolve an in-doubt channel by either backing out or committing the messages. - Configure the channel to reduce the opportunity of being put 'in-doubt'
By using the Batch heartbeat interval attribute, we can reduce the possibility of a sending channel being put in doubt and made unavailable.
Parent topic: Configure IBM MQ using IBM MQ Explorer
Related reference