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

Fix AMQPLAIN authentication mechanism #515

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hodbn
Copy link

@hodbn hodbn commented Sep 9, 2021

Fixes #514.

The current AMQPLAIN implementation does not work with rabbitmq out-of-the-box.

I could not find an official reference for that authentication mechanism. Looking at other implementations (rust, python) it seems that AMQPLAIN uses an AMQP table (LOGIN and PASSWORD fields), omitting the table length.

@hodbn
Copy link
Author

hodbn commented Nov 11, 2023

@michaelklishin Note, this was merged (and seems to work) on rabbitmq/amqp091-go#16.

@michaelklishin
Copy link
Collaborator

@hodbn Team RabbitMQ no longer pays any attention to this fork. This is abandonware, https://github.com/rabbitmq/amqp091-go/ is where all new development takes place.

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

Successfully merging this pull request may close these issues.

AMQPLAIN authentication does not work
2 participants