Skip to content

Add support for Netty #855

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

Merged
merged 2 commits into from
Aug 6, 2025
Merged

Add support for Netty #855

merged 2 commits into from
Aug 6, 2025

Conversation

acogoluegnes
Copy link
Collaborator

@acogoluegnes acogoluegnes added this to the 2.25.0 milestone Aug 6, 2025
This commit adds support for the Netty-based frame handler that was
added in RabbitMQ AMQP 091 Java client 5.27.0.

New options:
 * --netty: to activate Netty with the defaults
 * --netty-threads: to set the number of threads used in the event loop
 * --netty-epoll: to use the native epoll support (Linux x86-64)
 * --netty-kqueue: to use the native kqueue support (macOS aarch64)

This change also deprecates the options related to Java NIO.

References rabbitmq/rabbitmq-java-client#1663
Fixes #856
@acogoluegnes acogoluegnes merged commit b1ae7c7 into main Aug 6, 2025
1 check passed
@acogoluegnes acogoluegnes deleted the netty branch August 6, 2025 09:57
github-actions bot pushed a commit that referenced this pull request Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant