1

I have a RabbitMQ hosted in Amazon MQ, but im finding it difficult to find any documentation or guides to how to install this plugin https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/. In the documentation it does not state how to remotely(Since Amazon MQ does not allow direct CLI access). I tried this command: rabbitmqadmin --base-uri=@url --vhost=/ --ssl --username=@user --password=@pass rabbitmq-plugins enable rabbitmq_delayed_message_exchange

mortenstarck
  • 151
  • 1
  • 1
  • 3

1 Answers1

0

rabbitmq-plugins --node=rabbit@host -l enable rabbitmq_delayed_message_exchange

the above command is right but amazonMQ doesn't have rabbitmq_delayed_message_exchangeinstalled so unless we can ssh into it and install it there is no way to use it with amazonmq