RabbitMQ延迟队列插件未安装,导致以下问题:

ShutdownSignalException: connection error; protocol method: #method<connection.close>(reply-code=503, reply-text=COMMAND_INVALID - unknown exchange type 'x-delayed-message', class-id=40, method-id=10)

代表没有找到对应x-delayed-message的exchange type

插件下载地址:https://www.rabbitmq.com/community-plugins.html

RabbitMQ启动报unknown exchange type 'x-delayed-message'

下载下来之后将插件复制到rabbit-service的插件目录(自己的安装目录)中

 RabbitMQ启动报unknown exchange type 'x-delayed-message'

然后开启插件服务:

rabbitmq-plugins enable rabbitmq_delayed_message_exchange

------------------------------------------

原文:https://www.jianshu.com/p/2ecad37d64ff

相关文章:

  • 2022-02-09
  • 2022-03-07
  • 2021-07-22
  • 2022-12-23
  • 2021-06-27
  • 2021-04-08
  • 2021-07-16
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2021-10-08
  • 2022-02-02
  • 2022-01-20
  • 2021-09-19
相关资源
相似解决方案