Author |
Message |
Topic: The way to use MQ .NET classes (newbie question) |
tsaibird
Replies: 13 Views: 35784
|
Forum: IBM MQ API Support Posted: Thu May 10, 2012 5:42 am Subject: Re: The way to use MQ .NET classes (newbie question) |
Finally, I got it! It's the response end that didn't set the correlation ID. I thought that MQ or the response end will set it for me...How stupid I am!
(The response end is written by another compan ... |
Topic: The way to use MQ .NET classes (newbie question) |
tsaibird
Replies: 13 Views: 35784
|
Forum: IBM MQ API Support Posted: Wed May 09, 2012 5:36 pm Subject: Re: The way to use MQ .NET classes (newbie question) |
I thought WMQ will match it for me.
It will, but only if that id is set in the responding message. You've already posted that it's not what you expect therefore there's a problem in the responding ... |
Topic: The way to use MQ .NET classes (newbie question) |
tsaibird
Replies: 13 Views: 35784
|
Forum: IBM MQ API Support Posted: Mon May 07, 2012 3:20 am Subject: Re: The way to use MQ .NET classes (newbie question) |
I will think about what you said and try to examine that sample more closely.
Thank you for your help! |
Topic: The way to use MQ .NET classes (newbie question) |
tsaibird
Replies: 13 Views: 35784
|
Forum: IBM MQ API Support Posted: Fri May 04, 2012 6:44 pm Subject: Re: The way to use MQ .NET classes (newbie question) |
Thank you for your help. But...in my sample code, I did have already put the message ID to the request message, save it somewhere in an byte array, then use that ID when I need to get the matched resp ... |
Topic: The way to use MQ .NET classes (newbie question) |
tsaibird
Replies: 13 Views: 35784
|
Forum: IBM MQ API Support Posted: Fri May 04, 2012 1:32 pm Subject: Re: The way to use MQ .NET classes (newbie question) |
Thank you all for providing help.
I'm sorry that I didn't describe about what "didn't work" is. What I try to say is MQC.MQMO_MATCH_CORREL_ID didn't work because my code can never get cor ... |
Topic: The way to use MQ .NET classes (newbie question) |
tsaibird
Replies: 13 Views: 35784
|
Forum: IBM MQ API Support Posted: Fri May 04, 2012 6:41 am Subject: The way to use MQ .NET classes (newbie question) |
Although I have written a .NET application that can put and get message from MQ, but I still have some questions.
While I'm learning how to use MQ .NET API, the first article I read is "IBM We ... |