Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1266

Reactor API does not allow to set maxFrameSize

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • proton-0.12.2
    • proton-j-future
    • proton-j

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mhaeusle Michael Haeusler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: