Here is the result when I run the commandrabbitmq-plugins enable rabbitmq_delayed_message_exchange: Enabling plugins on node rabbit@localhost: rabbitmq_delayed_message_exchange {:plugins_not_found, [:rabbitmq_management_visualiser]} I already checked the plugins directory using the commandrabbitmq-...
[ ] rabbitmq_peer_discovery_k8s 3.7.0 [ ] rabbitmq_random_exchange 3.7.0 [ ] rabbitmq_recent_history_exchange 3.7.0 [ ] rabbitmq_sharding 3.7.0 [ ] rabbitmq_shovel 3.7.0 [ ] rabbitmq_shovel_management 3.7.0 [ ] rabbitmq_stomp 3.7.0 [ ] rabbitmq_top 3.7.0 [ ] rabbitmq_trac...
rabbitmq-plugins enable rabbitmq_management 网上的其它的解决方法都不行,找了好久才找到的解决方法 1.配置根路径下/etc/hosts 文件 1.1 vi hosts 1.2 i 编辑 1.3 在里面添加上 这个名称就这个IP地址就填上你自己的就OK了 3.再次启动 成功! __EOF__...
Theenabled_pluginsfile is usuallylocatedin the node data directory or under/etc, together with configuration files. The file contains a list of plugin names ending with a dot. For example, whenrabbitmq_managementandrabbitmq_shovelplugins are enabled, the file contents will look like this: [rabbi...
Previous message: [rabbitmq-discuss] After install RabbitMQ 2.8.3 - Error: The following plugins could not be found: rabbitmq_management Next message: [rabbitmq-discuss] After install RabbitMQ 2.8.3 - Error: The following plugins could not be found: rabbitmq_management Messages sorted by:...
官网教程: 需要哪个装哪个 rabbitmq-plugins enable rabbitmq_management 1. 装后需要重启服务 然后连接一下: 我的RabbitMq用户名是test,密码123523 然后就可以了…… 如果你的Rabbit MQ是在本地可用guest用户登录,如果不是, 请参考
当然是 前面 加 sudo sudo ./rabbitmq-plugins 。。。
解决plugins_not_found问题 上面说在v3.7.x之后就不用rabbitmq_management_visualiser这个插件了,需要手动删除。 记得在#2.3使用命令rabbitmq-plugins directories -s输出的3个目录中,其中一个就是Enabled plugins file: /usr/local/etc/rabbitmq/enabled_plugins,进入该文件,手动把rabbitmq_management_visualiser删除即可...
为了成功启用RabbitMQ的管理插件rabbitmq_management,请按照以下步骤操作。这些步骤基于您提供的参考信息和通用的RabbitMQ管理操作。 1. 确认RabbitMQ服务已安装并正在运行 首先,确保RabbitMQ已经成功安装在你的系统上,并且RabbitMQ服务正在运行。你可以通过RabbitMQ提供的命令行工具rabbitmqctl来检查服务状态。 bash rabbit...
rabbitmq-plugins disable rabbitmq_management set[--offline] [--online] [plugin ...] --offline Modify node's enabled plugin state directly without contacting the node. --online Treat a failure to connect to the running broker as fatal. ...