[rabbitmq-discuss] rabbitmq 2.3 and SERVER_START_ARGS
brian.thomason at gmail.com
brian.thomason at gmail.com
Fri Mar 11 17:47:26 GMT 2011
Many thanks Simon,
That did the trick!
> Finally, can I ask what benefit you're getting from using the old
> configuration file? We'd like to do away with it at some point, and it would
> be nice to be sure we weren't breaking anything :)
>
>
Yes, it's due to the modularity it provides. Here is my rabbitmq.conf file:
for CONFIGFILE in `ls /etc/rabbitmq/rabbitmq.conf.d |sort -r`; do
. /etc/rabbitmq/rabbitmq.conf.d/$CONFIGFILE
done
More information about the rabbitmq-discuss
mailing list