Forked from clemesha-ooi/rabbitmq-remote-connection.txt
Created
September 29, 2020 09:20
-
-
Save ktpm489/ac65c4658eaa089eaa0fc7bde337e69a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RabittMQ / Erlang remote connection configuration issues/notes/solutions | |
========================================================================= | |
Testing with "rabbitmq-server_1.7.2" on Ubuntu 10.04, "ami-2d4aa444" | |
"name" vs "sname" | |
------------------ | |
http://www.oceanobservatories.org/spaces/display/CIDev/Distributed+Erlang+and+OTP | |
"Can't connect to rabbitmq node?" (Discusses -name vs. -sname issues/options) | |
------------------------------------------------------------------------------ | |
http://github.com/auser/alice/issues#issue/20 | |
http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-January/006017.html => | |
------------------------------------------------------------------------------ | |
"Your best bet is to edit the various scripts to use -name instead of | |
-sname and then to set the node to eg rabbit@localhost. | |
You'll need to edit the rabbitmq-multi, rabbitmq-server and rabbitmqctl | |
shell scripts and replace all occurrences of -sname with -name." | |
http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2009-October/005026.html => | |
----------------------------------------------------------------------------- | |
"rabbitmq-server script and change the -sname to -name, then yes, you can set RABBITMQ_NODENAME" | |
http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2009-December/005661.html => | |
---------------------------------------------------------------------------------- | |
"it's unlikely that we'll switch to using -name over -sname." | |
Chef cookbook with good config options (write "/etc/rabbitmq/rabbitmq.conf") | |
------------------------------------------------------------------------------ | |
http://github.com/opscode/cookbooks/blob/master/rabbitmq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment