Description
STOMP Websocket Continuation Frames are not supported.
Large messages can be split up using Websocket Continuation Frames. This allows for much smaller buffer sizes to send or receive potentially very large messages.
Constants to control the frame buffer sizes for STOMP can be found here: org.apache.activemq.artemis.core.remoting.impl.netty.TransportConstants#STOMP_MAX_FRAME_PAYLOAD_LENGTH
The Websocket's In/Outbound Channel Handlers need to restrict message frame sizes to the configured maximum frame payload length.
Attachments
Issue Links
- links to