jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
698 stars 101 forks source link

Support PLAIN auth mechanism. #156

Open hsldymq opened 2 months ago

hsldymq commented 2 months ago

In general, Both PLAIN and AMQPLAIN are enabled by default in RabbitMQ server, but some Cloud RabbitMQ product support only PLAIN.

This patch make bunny support PLAIN and AMQPLAIN.