-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
RabbitMQ 4.0 (AMQP 1.0) Erlang Client #12510
Comments
Now that 4.0.x is moving closer to official Erlang 27 support (the known issues are on the Erlang/OTP side), there would be an important enough reason to fixing publishing to Hex. |
Thank you @ono for maintaining the Elixir client.
No, because:
Yes, see answer above.
I think writing a new Elixir library which wraps rabbitmq_amqp_client and amqp10_client makes most sense to me.
Not at this point. We are currently developing clients for:
|
@ansd I see. That makes sense. Is there a plan to release rabbitmq_amqp_client and amqp10_client to Hex? Even RC version would be useful. Thanks! |
@ono we need to resume releases for |
|
Great news! I have a few questions.
Thanks! |
@ono
|
RabbitMQ 4.x supports both AMQP 1.0 and AMQP 0.9.1.
Yes, see https://www.rabbitmq.com/blog/tags/amqp-1-0
Yes, see https://www.rabbitmq.com/blog/tags/amqp-1-0 and https://www.rabbitmq.com/docs/next/amqp#amqp-10-features
This client has been tested against RabbitMQ 4.0.3. |
Fantastic. Thank you @michaelklishin and @ansd !! |
Is your feature request related to a problem? Please describe.
Congratulations to the team on RabbitMQ 4.0 Release 🎉
I am a maintainer of the Elixr RabbitMQ client. I am wondering how I can help to introduce this version to the Elixir community.
Any suggestions, insights, views and advice are welcome. Thank you!
Describe the solution you'd like
N/A
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: