I have a smaller buffer size than actual message size.
So, I get "MQRC_TRUNCATED_MSG_FAILED". If I reassign the bigger buffer and call MQGET() again. Can I get whole message, or only left over from my last MQGET() call?
thanks
I have two questions about the MQCONN function.
(1)
Assume a MQ Client and a MQServer are running on different machines.
When a program calls MQCONN(), does it do socket coneect job to make a connection to the MQ Server automatically?
(2)
I am maintaining a C++ program and found out that we...
I have implemented C++ in client side to receive messages from MQSeries Server. The problem is if I have two messages, the second one is received earlier than the first one. For some reason in server side, the second one is set higher priority than the first one. How can I receive message in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.