[rabbitmq-discuss] shovel plugin installation problem

Matthew Sackman matthew at rabbitmq.com
Wed Aug 31 13:22:54 BST 2011


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.

Matthew


More information about the rabbitmq-discuss mailing list