[rabbitmq-discuss] getting started, broker runs; can't get status
christopher hoover
ch at murgatroid.com
Thu Feb 5 22:37:45 GMT 2009
> Matthias Radestock wrote:
> > Moreover, putting single quotes around the terms in the rabbitmq-
> server
> > script, i.e. changing the RABBITMQ_SERVER_ERL_ARGS settings to
> >
> > [ "x" = "x$RABBITMQ_SERVER_ERL_ARGS" ] &&
> RABBITMQ_SERVER_ERL_ARGS="+K
> > true +A30 \
> > -kernel inet_default_listen_options
> > '[{nodelay,true},{sndbuf,16384},{recbuf,4096}]' \
> > -kernel inet_default_connect_options '[{nodelay,true}]'"
> >
> > does fix the problem for me.
> Actually it doesn't. The above ends up putting the single quotes in the
> final result, which causes erlang to barf.
Right. That is what I saw.
> Oh how I love shell programming ...
>
> If someone can figure out how to fix this, please let us know.
I can't look at anymore right now, but I can in a day or two.
One way to solve it for certain is to use perl for the wrapper. (Believe
me I don't say that often!)
-ch
More information about the rabbitmq-discuss
mailing list