Hi,
I am new to MQSeries..
Basically I have my server running on a Unix box and have installed a client on a Windows box. I have a application written in C/C++ which reads the queue and gets the data and process it.
It works fine upto 4MB data. When i try to put a 6MB data and try to read from the queue it fails at the MQGET with the complition code 2 and response code 2010.
More over i found some information on the error log of the queue manager:
AMQ9208: Error on receive from host eka (172.28.1.39).
EXPLANATION:
An error occurred receiving data from eka (172.28.1.39) over TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 131 (X'83'). Record these
values and tell the systems administrator.
----- amqccita.c : 2758 -------------------------------------------------------
Could any one help me how to resolve this issue?
Thanks,
Eka...
I am new to MQSeries..
Basically I have my server running on a Unix box and have installed a client on a Windows box. I have a application written in C/C++ which reads the queue and gets the data and process it.
It works fine upto 4MB data. When i try to put a 6MB data and try to read from the queue it fails at the MQGET with the complition code 2 and response code 2010.
More over i found some information on the error log of the queue manager:
AMQ9208: Error on receive from host eka (172.28.1.39).
EXPLANATION:
An error occurred receiving data from eka (172.28.1.39) over TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 131 (X'83'). Record these
values and tell the systems administrator.
----- amqccita.c : 2758 -------------------------------------------------------
Could any one help me how to resolve this issue?
Thanks,
Eka...