Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RabbitMQ plugin configuration failure

Tags:

rabbitmq

stomp

I have copied plugins to plugins folder in rabbitmq-server.

When I run command to enable stomp plugin like the following:

$rabbitmq-plugins enable rabbitmq_stomp

Plugin configuration remains unchanged.

Applying plugin configuration to rabbit@pts00449-vm19... failed. Error: {enabled_plugins_mismatch,"/etc/rabbitmq/enabled_plugins", "/does-not-exist"}

Can anyone please help me?

like image 599
R_SS Avatar asked Jul 13 '26 21:07

R_SS


1 Answers

There is plugins mismatch in your "enabled_plugins" directory. Please check if you have enabled "rabbitmq_stomp" twice.

Try to disable the rabbitmq_stomp plugin and then you may restart the rabbitmq-server doing following steps:

rabbitmq-plugins disable rabbitmq_stomp

rabbitmq-server start
like image 170
UnP Avatar answered Jul 18 '26 22:07

UnP



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!