[rabbitmq-discuss] An easy cross-platform way to start RabbitMQ programatically?
Michael Klishin
michael.s.klishin at gmail.com
Tue Jul 19 16:42:30 BST 2011
2011/7/19 Matthias Radestock <matthias at rabbitmq.com>
> Instead of shutting down rabbit completely, you could just stop/start the
> rabbit app (with 'rabbitmqctl {start,stop}_app').
I just tried it and it looks like stop_app (as seen by AMQP clients) is
equivalent to kill or any other forced shutdown. This is great, however,
to imitate graceful shutdown I use `rabbitmqctl stop`, so start_app won't
work for that case.
But stop_app and start_app make it possible for me to exclude only one test
case from CI.
Thank you.
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110719/95f45956/attachment.htm>
More information about the rabbitmq-discuss
mailing list