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

Stream/Queue size in bytes (x-max-length-bytes) #2552

Closed
garyrussell opened this issue Oct 31, 2023 Discussed in #2551 · 0 comments · Fixed by #2553
Closed

Stream/Queue size in bytes (x-max-length-bytes) #2552

garyrussell opened this issue Oct 31, 2023 Discussed in #2551 · 0 comments · Fixed by #2553
Milestone

Comments

@garyrussell
Copy link
Contributor

garyrussell commented Oct 31, 2023

Discussed in #2551

Change SuperStreamBuilder maxLength to long and add overloaded method to QueueBuilder.

Also maxSegmentSize.

Erlang int is 8 bytes.

@garyrussell garyrussell added this to the 3.1.0 milestone Oct 31, 2023
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Oct 31, 2023
Resolves spring-projects#2552

Variables map to Erlang ints which are 8 bytes, so need to be long in Java.
artembilan pushed a commit that referenced this issue Oct 31, 2023
Resolves #2552

Variables map to Erlang ints which are 8 bytes, so need to be long in Java.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant