Commit 2cf07ece authored by Claes Sjofors's avatar Claes Sjofors

Remote WMQ, max message size increased to 20 kb

parent 2cad44b8
......@@ -199,7 +199,7 @@ unsigned int wmq_receive()
MQMD MsgDesc = {MQMD_DEFAULT};
MQLONG DataLength;
MQCHAR Buffer[132000];
MQCHAR Buffer[200000];
MQGMO GetMsgOpts = {MQGMO_DEFAULT};
MQLONG BufferLength = sizeof(Buffer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment