Author |
Message |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Sat Dec 04, 2010 1:41 am Subject: MQRC_NO_MSG_AVAILABLE |
Finally got the response with xms.net.
Thanks to all. |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Wed Dec 01, 2010 8:40 am Subject: MQRC_NO_MSG_AVAILABLE |
A wise man once said:
"Do. Or do not. There is no try.
Will do it in XMS |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Wed Dec 01, 2010 8:24 am Subject: MQRC_NO_MSG_AVAILABLE |
Is there any way to set it in current methodology.
If you seriously want to "set" all the properties of the RFH2 header manually, while getting the alignment right & all the code page ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Wed Dec 01, 2010 8:01 am Subject: MQRC_NO_MSG_AVAILABLE |
Thanks to All for the replies
Using XMS. This manages the RFH2
Is there any way to set it in current methodology.
you should have told us this fact in the beginning. why do you then compl ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Wed Dec 01, 2010 6:59 am Subject: MQRC_NO_MSG_AVAILABLE |
Ok, we started this thread with you complaining about a 2033 and we asked for the MQMD (which is key to the problem you described).
Then you started complaining about extra spaces because you'd go ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Wed Dec 01, 2010 5:42 am Subject: MQRC_NO_MSG_AVAILABLE |
I have asked for the MQMD info and gave the sample
and now what they are saying is
they are expecting the below information set in RFH2 header
RFH Ä MQSTR
<m ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Wed Dec 01, 2010 12:21 am Subject: MQRC_NO_MSG_AVAILABLE |
Finally got some information
RFH Ä MQSTR
<mcd>
<Msd>xmlns</Msd>
</mcd> |
<jms>
<Dst>queue:///RQ</Dst>
<Rto& ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Tue Nov 30, 2010 6:43 am Subject: MQRC_NO_MSG_AVAILABLE |
I dont have access to that system and have reqested the other team to share the message headers ,will share once i receive it .
One more update :Now the end team has once again reported space iss ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Tue Nov 30, 2010 5:38 am Subject: MQRC_NO_MSG_AVAILABLE |
this is just the payload. i want to see the message with all mq headers like it is sitting in the queue. e.g. output from amqsbcg sample program.
your mqget is mnost likely not working because you ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Tue Nov 30, 2010 1:19 am Subject: MQRC_NO_MSG_AVAILABLE |
can you please post the request message you are sending out, including all headers, and the response message that sits in the reply queue that your program is not able to get (also including all heade ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Mon Nov 29, 2010 10:08 pm Subject: MQRC_NO_MSG_AVAILABLE |
What, you think that when using UTF (i.e. a double byte character set) and reading it back as a string (i.e. a single byte) you get extra characters and you're surprised??
Boss ,writing it ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Mon Nov 29, 2010 2:00 am Subject: MQRC_NO_MSG_AVAILABLE |
When the request is put in a string format a space character is getting appended after each letter may be some text encoding issue i.e, using UTF format
Yes server side application is working,ther ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Sun Nov 28, 2010 11:17 pm Subject: MQRC_NO_MSG_AVAILABLE |
Below code is when MQ automatically generates the Message ID.
In case of testing in local system ,will assign the corrid in the request message and with the same program will retrieve it.
Correc ... |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Sun Nov 28, 2010 12:02 pm Subject: MQRC_NO_MSG_AVAILABLE |
Tried locally in my system with a single queue with corrid ,working fine. |
Topic: MQRC_NO_MSG_AVAILABLE |
anirudhworld
Replies: 44 Views: 29596
|
Forum: IBM MQ API Support Posted: Sun Nov 28, 2010 1:48 am Subject: MQRC_NO_MSG_AVAILABLE |
Mr Butcher -> I tried pushing a request and then giving a get call but same error am getting no message available
fjb_saper - > I have just started using the .net api ,do i need to use any k ... |