You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not mention any changes on the AMQP protocol level. I guess it doesn't and a large message is transferred just as an AMQP delivery with multiple transfer performatives. What is needed is the streaming support from the client API, i.e., enabling input/output streams on a message to avoid buffering the message payload in memory.
Support compression or large messages as well as setting the minLargeMessageSize on the client connection:
https://activemq.apache.org/components/artemis/documentation/latest/large-messages
The text was updated successfully, but these errors were encountered: