Open hodbn opened 3 years ago
@michaelklishin Note, this was merged (and seems to work) on rabbitmq/amqp091-go#16.
@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.
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
andPASSWORD
fields), omitting the table length.