[rabbitmq-discuss] Config File Options

Jason J. W. Williams jasonjwwilliams at gmail.com
Mon Sep 6 20:51:04 BST 2010


Thank you Matthew. That's very helpful. Are persister_max_wrap_entries
and persister_hibernate_after anything you'd want to tune for your
workload in the new persister?

-J

Also, do you guys see any other Mnesia options besides
dump_log_write_threshold that usually need to be tuned for Rabbit?

On Mon, Sep 6, 2010 at 3:35 AM, Matthew Sackman <matthew at rabbitmq.com> wrote:
> On Mon, Sep 06, 2010 at 09:53:13AM +0100, Alexandru Scvorţov wrote:
>> There are others; do a
>> % grep 'application:get_env' src/*
>> in the source distribution if you're curious.
>
> Actually, slightly better than this is the env element in the rabbit.app
> file. The entries here correspond to items within the rabbit
> environment. Thus eg
>
> [...  {env, [{tcp_listeners, [{"0.0.0.0", 5672}]}, ...]} ]
>
> would have a config file equivalent of
>
> [{rabbit, [{tcp_listeners, [{"0.0.0.0", 5672}]}, ...]}].
>
> Matthew
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list