Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for large messages #544

Open
manubeira opened this issue Oct 19, 2022 · 1 comment
Open

Support for large messages #544

manubeira opened this issue Oct 19, 2022 · 1 comment

Comments

@manubeira
Copy link

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

@xinchen10
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants