Hi
I need to implement some resilience so that if an MQ channel/receiving system goes down I can retrieve the queued messages and redirect them to a different queue. I can read from the xmit queue by making it get enabled and using QMM command 'unload'. However the original XMIT header seems to become part of the message text so I need to be able to strip it out before re-sending the message to another queue. Can anyone help with how to do this?
Thanks
I need to implement some resilience so that if an MQ channel/receiving system goes down I can retrieve the queued messages and redirect them to a different queue. I can read from the xmit queue by making it get enabled and using QMM command 'unload'. However the original XMIT header seems to become part of the message text so I need to be able to strip it out before re-sending the message to another queue. Can anyone help with how to do this?
Thanks