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

[Docs] need to explain when to use Akka.Streams.RabbitMQ vs Akka.Streams.AMQP #963

Open
Aaronontheweb opened this issue Apr 20, 2022 · 3 comments
Labels

Comments

@Aaronontheweb
Copy link
Member

Please describe what you are trying to understand
It's not clear to me, a RabbitMQ / AMQP novice, which of these two libraries I should be using and why.

@Aaronontheweb
Copy link
Member Author

We need to add this to the Alpakka docs but also probably in the README for the directory these two are located in

@Aaronontheweb
Copy link
Member Author

#38 - is Rabbit still AMQP 1.0 incompatible?

@Aaronontheweb
Copy link
Member Author

Looks like that's the case: https://www.rabbitmq.com/specification.html

RabbitMQ implements version 0-9-1 of the AMQP specification in the core, with a number of extensions to the specification.

RabbitMQ implements AMQP 1.0 via a plugin. However, AMQP 1.0 is a completely different protocol than AMQP 0-9-1 and hence not a suitable replacement for the latter. RabbitMQ will therefore continue to support AMQP 0-9-1 indefinitely.

The 0-9-1 (with and without extensions) specifications are linked to below for your convenience. We recommend reading them if you want to learn more about AMQP 0-9-1. Please see our AMQP 0-9-1 Overview guide, AMQP 0-9-1 Reference guide, and the rest of documentation for more information.

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

No branches or pull requests

1 participant