[rabbitmq-discuss] rabbitmqctl, rabbitmq-server, rabbitmq-plugins -- same script?

srd srd at duneram.com
Fri May 3 22:06:00 BST 2013


Hi,
I managed to get two nodes clustered together and am now working on my third node which for some reason isn't happening all that quickly.

However in the process of doing diffs I noticed the 3 scripts in the subject line are all identical.

Is this intended?   In the process of trying to get the first two nodes clustered, I tried putting in values into the rabbitmqctl and rabbitmq-server scripts but in the end ended up not making changes there. -- (which explains the date/time differences)

Here is what I found about these scripts:   (they appear to be identical)

[joe at test sbin]$  which rabbitmqctl
/usr/sbin/rabbitmqctl
[joe at test sbin]$  which rabbitmq-server
/usr/sbin/rabbitmq-server
[joe at test sbin]$  ls -altr rabbitmqctl rabbitmq-server rabbitmq-plugins
-rwxr-xr-x 1 root root 1423 Mar 12 13:07 rabbitmq-plugins
-rwxr-xr-x 1 root root 1423 May  1 11:42 rabbitmqctl
-rwxr-xr-x 1 root root 1423 May  1 15:13 rabbitmq-server
[joe at test sbin]$  diff rabbitmq-plugins rabbitmqctl
[joe at test sbin]$  diff rabbitmqctl rabbitmq-server
[joe at test sbin]$


More information about the rabbitmq-discuss mailing list