-
Notifications
You must be signed in to change notification settings - Fork 592
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
Better integrate max message size #1223
Milestone
Comments
In particular, check out |
Unfortunately this is not what we're looking for - https://www.rabbitmq.com/amqp-0-9-1-reference.html#connection.tune-ok.frame-max We'll just have to use a default that matches RabbitMQ. |
lukebakken
added a commit
that referenced
this issue
Jun 14, 2022
Fixes #1223 for 6.x Integrate MaxMessageSize into ConnectionFactory Update APIApproval CHANGELOG Handle excessive payload size with hard protocol exception Add tests for MaxMessageSize Update API
lukebakken
added a commit
that referenced
this issue
Jun 14, 2022
Fixes #1223 for 6.x Integrate MaxMessageSize into ConnectionFactory Update APIApproval CHANGELOG Handle excessive payload size with hard protocol exception Add tests for MaxMessageSize Update API
Fixed by #1224 |
This was referenced Jun 14, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some more work needs to be done on AmqpTcpEndpoint and ConnectionFactory
The text was updated successfully, but these errors were encountered: