|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
IMS Bridge error message destination (queue) |
« View previous topic :: View next topic » |
Author |
Message
|
Breezer |
Posted: Thu Feb 20, 2003 12:52 am Post subject: IMS Bridge error message destination (queue) |
|
|
Newbie
Joined: 20 Feb 2003 Posts: 4
|
Hello,
I'm sending messages from a Win2K server to an IBM Mainframe. The messages are processed on the mainframe by IMS Bridge. When the login information is invalid, or any error occurs, an message is written in the DLQ on the mainframe. However, the messages I send have a reply-to-QMGR and a reply-to-queue specified. How can I make the messages arrive in this reply-to-queue, instead of in the DLQ on the mainframe ?
Any help is appreciated.
Best Regards,
Tim |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sat Feb 22, 2003 9:58 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
In the application generating the message on WIN2K, you want to specify the following 2 options in the MQMD_REPORT field of the Request message:
1.)MQRO_EXCEPTION_WITH_FULL_DATA
This tells the OS/390 queue manager to send back the entire original request message if it cant put it to the queue you intended. (If your OS/390 QM is prior to version 5.3, you will have to use MQRO_EXCEPTION_WITH_DATA which will only return the first 100 bytes of the message. With Full Data is not supported on OS/390 prior to 5.3 (it may be 5.2 but I think it is 5.3)
2.)MQRO_DISCARD_MSG
This indicates that the message should be discarded if it cannot be delivered to the destination queue, and no message will be written to the DLQ on OS/390. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Breezer |
Posted: Sun Feb 23, 2003 11:45 pm Post subject: |
|
|
Newbie
Joined: 20 Feb 2003 Posts: 4
|
Thx. The MQRO_EXCEPTION option did resolve the problem ! |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|