Hi, im new to apache MQ, and trying to figure out best practices for disruptive maintenance. HAproxy has a "drain" setting for its servers. I'm wondering if mqueue has something similar?
We have an mqueue that gets hit by a lot of different things. I'm tryhing to figure out the best way to shut it down, and upgrade the version. Ideally I'd want no messages in the queue while I do this. I dont want any messages getting lost during the upgrade process.. especially if I mess things up somewhere. We deal with medical billing, so we really really dont want to lose any messages. It will also be challenging to tell all the things pointing to it, to just stop sending. Ideally we want to be able to say, "process what you have, but dont accept any new messages.". and then I need a good way of knowing it's all done -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
