Author |
Message |
Topic: IBM Message Service Client for C/C++ (XMS) 1.1 |
sutanu
Replies: 2 Views: 2334
|
Forum: IBM MQ API Support Posted: Mon Aug 01, 2005 10:27 am Subject: Sample program uses XMS in C/C++ |
I just want to have a look at the sample program(in C/C++) using XMS. Could you please inform me from where I can get it.
Regards
Sutanu |
Topic: Announcement: IBM Message Service Client for C/C++ |
sutanu
Replies: 2 Views: 3201
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 01, 2005 10:25 am Subject: Sample program |
I just want to have a look at the sample program using XMS. Could you please inform me from where I can get it.
Regards
Sutanu |
Topic: MQ API Exerciser and MQGET using MessageId |
sutanu
Replies: 3 Views: 4084
|
Forum: IBM MQ API Support Posted: Sat Jul 16, 2005 12:06 pm Subject: MQ API Exerciser and MQGET using MessageId |
I've tried the same but I think there is a proble. So I did is made a browse and then made a get with message at the cursor position.
Hope this helps.. |
Topic: MGET in multi threaded/Client environment - urgent |
sutanu
Replies: 11 Views: 8588
|
Forum: IBM MQ API Support Posted: Sat Jul 16, 2005 11:58 am Subject: MGET in multi threaded/Client environment - urgent |
Hi,
I'm a child to all these knowledegable persons.
I've a suggestion. While sending the data you can specify your own 'ApplOriginData' by its Set Method. Based on which you can retrieve when ... |
Topic: Browse & get partcular Msg for specific msgId in linux/C |
sutanu
Replies: 6 Views: 4826
|
Forum: IBM MQ API Support Posted: Wed May 25, 2005 8:52 pm Subject: Browse & get partcular Msg for specific msgId in linux/C |
Thanks for your help.
I just changed the code as follow and everything works properly.
Thanks for all your help...
Regards
Sutanu
long len = 0;
delete []msg_buffer;
msg_buffer = 0; ... |
Topic: Browse & get partcular Msg for specific msgId in linux/C |
sutanu
Replies: 6 Views: 4826
|
Forum: IBM MQ API Support Posted: Tue May 24, 2005 8:30 pm Subject: Browse & get partcular Msg for specific msgId in linux/C |
I agree that 2033 is a good return code.
The problem is that though there is a valid message with the same ID it is returning 2033 which should not be the case.
Regards
Sutanu |
Topic: Browse & get partcular Msg for specific msgId in linux/C |
sutanu
Replies: 6 Views: 4826
|
Forum: IBM MQ API Support Posted: Tue May 24, 2005 10:50 am Subject: Browse & get partcular Msg for specific msgId in linux/C |
lMsgId is defined as a char*. I've type casted it to (unsigned char*) as I've seen that the datatype of MQBYTE is unsigned char.
I want to view and remove the message based on specific message Id.
... |
Topic: Browse & get partcular Msg for specific msgId in linux/C |
sutanu
Replies: 6 Views: 4826
|
Forum: IBM MQ API Support Posted: Tue May 24, 2005 7:27 am Subject: Browse & get partcular Msg for specific msgId in linux/C |
Hi,
While I'm able to browse and get record sequentially from queue, but I'm unable to browse / get message from queue for specific message ID using C++ API in linux. Would appreciate any help to ... |
Topic: Get Message Based on specific message ID |
sutanu
Replies: 1 Views: 1870
|
Forum: IBM MQ API Support Posted: Fri Apr 22, 2005 11:42 am Subject: Get Message Based on specific message ID |
Hi,
I am new to this group and MQ series also.
I am using MQseries 5.3 with C++ in linux. I am able to put, browse and get messages from a queue sequentially.
I can also browse record for spe ... |