Commit 5672a400 authored by Claes Sjofors's avatar Claes Sjofors

Remote WMQ max message size increased to 132 kb

parent cbb816da
......@@ -199,7 +199,7 @@ unsigned int wmq_receive()
MQMD MsgDesc = {MQMD_DEFAULT};
MQLONG DataLength;
MQCHAR Buffer[16384];
MQCHAR Buffer[132000];
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