The plugin is missing the ability to publish message on default exchange. https://www.rabbitmq.com/tutorials/amqp-concepts.html The default exchange is a direct exchange with no name (empty string) pre-declared by the broker.
The plugin is missing the ability to publish message on default exchange.
https://www.rabbitmq.com/tutorials/amqp-concepts.html
The default exchange is a direct exchange with no name (empty string) pre-declared by the broker.