[rabbitmq-discuss] Configuring the broker on Fedora 10 to start the stomp-plugin automatically

mark markkicks at gmail.com
Mon Mar 2 00:13:01 GMT 2009


adding to /etc/rabbitmq/rabbitmq.conf made it work

On Sun, Mar 1, 2009 at 2:39 PM, Mark Farver <mark.farver at gmail.com> wrote:
> I think all it took for me was adding this to /etc/default/rabbitmq on
> CentOS 5.
>
> SERVER_START_ARGS='-pa
> "/usr/lib/erlang/lib/rabbitmq-stomp-default/ebin" -rabbit
> stomp_listeners [{"0.0.0.0",61613}] extra_startup_steps
> [{"STOMP-listeners",rabbit_stomp,kickstart,[]}]'
>
>
>
> On Sun, Mar 1, 2009 at 11:42 AM, mark <markkicks at gmail.com> wrote:
>> how do i configure /etc/init.d/rabbitmq-server to start stomp plugin
>> in fedora core 10 automatically? i tried adding the following to
>> /etc/sysconfig/rabbimtq
>>
>>  SERVER_START_ARGS='
>>    -pa /path/to/rabbitmq-stomp/ebin
>>    -rabbit
>>       stomp_listeners [{"0.0.0.0",61613}]
>>       extra_startup_steps [{"STOMP-listeners",rabbit_stomp,kickstart,[]}]'
>>
>>
>>
>> but it doesnt get picked up. the README has instructions only for debian/ubuntu.
>> thanks a lot!
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>




More information about the rabbitmq-discuss mailing list