Replies: 7 comments 1 reply
-
You are trying to enable a plugin while RabbitMQ is not running. Start RabbitMQ first. |
Beta Was this translation helpful? Give feedback.
-
Thanks! In my Environment, The RabbitMQ is already started And if I stop RabbitMQ by running
But I can't start the RabbitMQ again , because rabbitmq_delayed_message_exchange will error at starting |
Beta Was this translation helpful? Give feedback.
-
Something similar was reported here - #269 @pnchen you MUST provide the EXACT steps you used to download and install this plugin. Please also provide the output of |
Beta Was this translation helpful? Give feedback.
-
I found it because I enable the Feathure flag Thanks to All |
Beta Was this translation helpful? Give feedback.
-
@pnchen please never used issues for questions in repositories that have discussions enabled. This is just rude at this point, discussions have been around for a couple of years. |
Beta Was this translation helpful? Give feedback.
-
This plugin is not compatible with Khepri because when Khepri is enabled, Mnesia is likely not even started, and this plugin uses Mnesia exclusively right now. If someone wants it to be compatible, you are welcome to contribute a PR. |
Beta Was this translation helpful? Give feedback.
-
As I was putting together an issue about Khepri support, I have realized a couple of things. This plugin cannot realistically use Khepri:
Given that #229 will take a long time to finish regardless of the details, perhaps this plugin should be reworked to not store the payload in Mnesia. DETS is one readily available option with the known 4 GiB limit per file :( |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Error Info:
the node

rabbit@debian
is running, and plugins such asrabbitmq_mqtt
has been enabled succesfullyReproduction steps
rabbitmq-plugins enable rabbitmq_delayed_message_exchange
Expected behavior
enable the plugin without error
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions