ksrini
ksrini

Reputation: 1642

How to install rabbitmq-plugins tool?

This page tells me what I can do with the rabbitmq plugins tool. But I can't figure out how to install the plugins tool itself. I just seem to have rabbitmq-server and rabbitmqctl. The man pages doesn't say anything either. So how do I install it? I currently have {rabbit,"RabbitMQ","2.6.1"} running and I didn't install the server so I don't know how it was installed.

Thanks,

Upvotes: 1

Views: 302

Answers (1)

ksrini
ksrini

Reputation: 1642

Apparently the plugin tool was introduced from 2.7 onwards. For 2.6.1, I assume we need to copy the plugin files to the plugins folder. Unless someone can confirm otherwise.

Upvotes: 1

Related Questions