Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read from xmit q and redirect to another q

Status
Not open for further replies.

ktc1

Programmer
Jul 7, 2003
2
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top