Skip to content

Instantly share code, notes, and snippets.

@clemesha-ooi
Created July 2, 2010 00:36
Show Gist options
  • Save clemesha-ooi/460754 to your computer and use it in GitHub Desktop.
Save clemesha-ooi/460754 to your computer and use it in GitHub Desktop.
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