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

mark markkicks at gmail.com
Sun Mar 1 17:42:01 GMT 2009


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!




More information about the rabbitmq-discuss mailing list