Author |
Message |
Topic: Transactional support for MQ Client apps. |
watt01
Replies: 3 Views: 3995
|
Forum: IBM MQ API Support Posted: Tue Aug 06, 2002 12:28 pm Subject: Transactional support for MQ Client apps. |
I went through the documentation and here is what I found out:
1. Using MQGET /PUT, use MQGMO_SYNCPOINT option. This is implicit BEGIN TRANS for MQ.
2. If for some reason, you need to back out, si ... |
Topic: Transactional support for MQ Client apps. |
watt01
Replies: 3 Views: 3995
|
Forum: IBM MQ API Support Posted: Tue Aug 06, 2002 5:26 am Subject: Transactional support for MQ Client apps. |
Hello everyone,
I have a question on transactional support from MQ client apps.
I have a MQ Client application running on Solaris which connects to MQServer on AS/400. The client app also connec ... |
Topic: MQGET: buffer size |
watt01
Replies: 3 Views: 5029
|
Forum: IBM MQ API Support Posted: Thu Aug 01, 2002 3:49 pm Subject: MQGET: buffer size |
Thanks a lot, Simonson!! |
Topic: MQGET: buffer size |
watt01
Replies: 3 Views: 5029
|
Forum: IBM MQ API Support Posted: Thu Aug 01, 2002 1:20 pm Subject: MQGET: buffer size |
Hi everyone,
Have a question on MQGET using C/C++:
I need to allocate just enough memory to retrieve message using MQGET. What is the best way to know the size of the next message that will be r ... |
Topic: Do we have MQ Freeware available? |
watt01
Replies: 1 Views: 3369
|
Forum: General Discussion Posted: Tue Jul 30, 2002 8:47 am Subject: Do we have MQ Freeware available? |
Hello everyone,
Just wondering if we have MQ trial versions available anywhere so that we can play around while preparing for MQ certifications.
Any info on this will be greatly appreciated.
... |
Topic: Getting MQ Message ID back |
watt01
Replies: 2 Views: 3118
|
Forum: IBM MQ API Support Posted: Fri Jul 26, 2002 9:40 am Subject: Getting MQ Message ID back |
Hello everyone,
I have a quick question. I have a MQClient application which connects to a Server and puts messages using MQPUT. How do I get the MQ Message ID for the message just put using MQPUT? ... |