Author |
Message |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Thu Jan 20, 2005 8:16 am Subject: How to get a pdf into the buffer (no referance messages) |
Finally I succeded. Thanks a lot to all. |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Mon Jan 17, 2005 3:36 am Subject: How to get a pdf into the buffer (no referance messages) |
Jefflowrey, EddieA, Kman, you're very kind in answering my questions.
First of all I want to assure You I red the topics in the MOSeries help and the ones present in the documentation area of this s ... |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Wed Jan 05, 2005 1:27 am Subject: How to get a pdf into the buffer (no referance messages) |
What should I use instead of MQCI_NEW_SESSION? |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Tue Jan 04, 2005 2:05 am Subject: How to get a pdf into the buffer (no referance messages) |
Sorry to bother You again, but I misexplained my need.
I've got a queue with 4 old message. Using an application I put one another message and want to retrieve the reply message related.
In the PUT ... |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Fri Dec 31, 2004 12:55 am Subject: Again me |
Guys,
first of all, thanks for your patience in replying to my messages.
In the PUT I use md.CorrelId = MQCI_NEW_SESSION and
In the GET Struc.MatchOptions = MQMO_MATCH_MSG_ID + MQMO_MATCH_CORREL_I ... |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Wed Dec 29, 2004 9:53 am Subject: How to get a pdf into the buffer (no referance messages) |
Peter,
if I try to insert any value I get an error that the value I'm trying to assign hasn't the same format as the variable. I also tried to use MQCI_NEW_SESSION (I'm a newbie, so don't laugh if it ... |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Wed Dec 29, 2004 3:25 am Subject: How to get a pdf into the buffer (no referance messages) |
Eddie, jesus_dino, fjb_saper,
could You please help in solving my issue , I need to put and retrieve a message verifying the messageId and the correlationId. My application is visual basic. The ... |
Topic: How to get a pdf into the buffer (no referance messages) |
ironface
Replies: 27 Views: 30985
|
Forum: IBM MQ API Support Posted: Tue Dec 28, 2004 10:02 am Subject: Get messages using correlation ID |
I red your postings and they are quite clear. What I don't understand is:
- in the PutServer2 function, you assing the values gMsgIdS and gCorrIdS to, respectively, md.MsgId and md.CorrelId. What is ... |