Michael Haeusler created PROTON-1266:
----------------------------------------
Summary: Reactor API does not allow to set maxFrameSize
Key: PROTON-1266
URL: https://issues.apache.org/jira/browse/PROTON-1266
Project: Qpid Proton
Issue Type: Improvement
Components: proton-j
Affects Versions: 0.12.2
Reporter: Michael Haeusler
There is currently no option to set the maxFrameSize of the Transport instance
when using the Reactor API.
In the server case the whole setup happens in the private AcceptorReadable
class.
In client case there is one option to subclass IOHandler and override the
onConnectionLocalOpen(Event event) method, so that the max frame size can be
set. However this requires that the onConnectionLocalOpen method of the parent
class is never called.... which results in duplicate code and may diverge from
the parent code when updating to a later proton-j version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]