[rabbitmq-discuss] shovel plugin installation problem
Cezary Siwek
czarek at thebestisp.co.uk
Wed Aug 31 16:08:38 BST 2011
On 31/08/2011 13:22, Matthew Sackman wrote:
> On Wed, Aug 31, 2011 at 01:19:12PM +0100, Cezary Siwek wrote:
>> here is my rabbitmq.config:
>> [
>> {mnesia, [{dump_log_write_threshold, 100}
>> ]},
>> {rabbit, [{vm_memory_high_watermark, 0.4}
>> ]},
>> {rabbit_shovel,
> That should be
>
> {rabbitmq_shovel,
>
> instead. That'll work. In general, since 2.5.0 (IIRC), plugins changed
> their application name from rabbit_* to rabbitmq_*. Consequently,
> configurations needed to be updated.
Hi Matthew,
Thanks for that. It's works now.
My config was based on the "working example" from:
https://github.com/rabbitinaction/sourcecode/blob/master/configs/rabbitmq/rabbitmq.config.shovel
Regards,
Cezary
More information about the rabbitmq-discuss
mailing list