(0.10 code path) Message rate is very slow when big messages are sent.
-----------------------------------------------------------------------
Key: QPID-1006
URL: https://issues.apache.org/jira/browse/QPID-1006
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M3
Reporter: Arnaud Simon
Fix For: M3
This is because the 0.10 MinaHandler does not set the socket buffer size and
uses the default size that is smaller than a max frame size. It appears that
MINA is very slow when a buffer requires several socket writes. This can easily
be fixed by using a socket buffer that is equal to the max frame size.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.