|
Hi. I would like to experiment with Rabbit MQ. Can I do this on a shared server? -Will |
|
I'm back to put up an almost complete answer to my question. This is how to (almost) install Rabbit MQ:
Now the only trouble I have is figuring out this error:
If you have any ideas, let me know. Thanks for cleaning that up Sean. You have any ideas on how to debug this "unexpected epmd error"? Thanks, Will I don't know anything about RabbitMQ specifically, but I'll take a guess and say that you're trying to run RabbitMQ listening on a port that is already in use. Try creating a 'custom app listening on port' application in our control panel to get a random port assigned to you, then configure your app to listen on that port. Tried that, but it didn't work. Then tried assigning it to some other ports that my apps are using - didn't work. Then ran "netstat --tcp --udp --listening --program" and tried a few random ports - also didn't work none of these even changed the error :( Anything else you can suggest? Hi, It seems you maybe using a bad address for your RabbitMQ install. Can you tell us the output of? <path-where-epmd is-installed="">/epmd -names |