-
Story
-
Resolution: Done
-
Major
-
1.1.0-beta
-
Documentation (Ref Guide, User Guide, etc.)
Currently, the python reactive API doesn't have a way for setting the max_frame_size. As other supported clients supports setting the max_frame_size while initializing the connection, the python client should probably expose the setting as well.
Note: there is a _set_max_frame_size(size) method on Transport object, but the transport object is only available after the connection is opened, which is actually too late for setting the value.
- blocks
-
ENTMQCL-455 [python] Enforce max frame size
- New
- is related to
-
ENTMQCL-456 [python] Unable to receive messages when max-frame-size is set to more than 2^20
- Closed
-
AMQDOC-2669 [python] document max frame size usage
- Closed
- relates to
-
PROTON-1506 Loading...