Author |
Message |
Topic: Not able to get message based on correlation id |
ragup
Replies: 10 Views: 9441
|
Forum: IBM MQ API Support Posted: Mon Oct 24, 2011 10:04 am Subject: Not able to get message based on correlation id |
Sorry I am not able to understand.
can you please give more details about this one? |
Topic: Not able to get message based on correlation id |
ragup
Replies: 10 Views: 9441
|
Forum: IBM MQ API Support Posted: Mon Oct 24, 2011 10:01 am Subject: Re: Not able to get message based on correlation id |
sorry that's my mistake.
the code should be a
objMQGetMsgOptions.MatchOptions= MQC.MQMO_MATCH_CORREL_ID
instead of
objMQGetMsgOptions.Options = MQC.MQMO_MATCH_CORREL_ID |
Topic: Not able to get message based on correlation id |
ragup
Replies: 10 Views: 9441
|
Forum: IBM MQ API Support Posted: Mon Oct 24, 2011 9:50 am Subject: Re: Not able to get message based on correlation id |
I want to browse the message without remove data from queue after read that's why I am using BROWSE options.
I am getting the error code 2033(No message available in the queue)
This is the funct ... |
Topic: Not able to get message based on correlation id |
ragup
Replies: 10 Views: 9441
|
Forum: IBM MQ API Support Posted: Mon Oct 24, 2011 9:17 am Subject: Re: Not able to get message based on correlation id |
Yes .I am getting the error code 2033(No message available)
I have added this line in the code also but not able to get a message
MQC.MQMO_MATCH_CORREL_ID |
Topic: Not able to get message based on correlation id |
ragup
Replies: 10 Views: 9441
|
Forum: IBM MQ API Support Posted: Mon Oct 24, 2011 9:00 am Subject: Not able to get message based on correlation id |
Hi,
I have two replies queues called TriggerReply queue and Replydata queue.The TriggerReply Correlation Id and ReplyData correlation id are same.I am first reading correlationId from TriggerReply ... |
Topic: Read only specific data from Queue |
ragup
Replies: 6 Views: 4457
|
Forum: General Discussion Posted: Sat Oct 22, 2011 12:52 am Subject: Read only specific data from Queue |
Thanks for reply.
anybody can tell how can I get a message based on Messageid and correlation id in mQ. |
Topic: Read only specific data from Queue |
ragup
Replies: 6 Views: 4457
|
Forum: General Discussion Posted: Fri Oct 21, 2011 10:59 pm Subject: Read only specific data from Queue |
Hi,
As my requirement,I have to read a data from Reply queue after Put a message to request queue and also this reply queue some time contains a lot of information that has been requested by other ... |