[rabbitmq-discuss] Plugin configuration has changed in 2.5.0

Simon MacMullen simon at rabbitmq.com
Wed Jun 15 10:55:00 BST 2011


Just a quick note to emphasise that the names of the Erlang applications 
for plugins have all changed in 2.5.0 (in order to be more OTPish) - 
from rabbit_foo to rabbitmq_foo. This means that if you've written 
configuration of any plugins in your rabbitmq.config, you'll need to 
edit it.

For example:

{rabbit_stomp, [ {tcp_listeners, [12345]} ]}

would become:

{rabbitmq_stomp, [ {tcp_listeners, [12345]} ]}

Also, the configuration for rabbitmq_mochiweb has completely changed 
(and is now much more flexible) - see 
http://www.rabbitmq.com/mochiweb.html for details.

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list