My configuration uses a network of Brokers with persistent JDBC store. I am wondering how people handle cases where you want to bring down one of the broker for maintenance. If we just shutdown the broker, all currently processed messages will be stalled either in the database or the local journal. Is there a better way to shutdown a broker? I am thinking of manually disabling the producers to let the consumer finish processing the messages. What's a good way to 'flush' a broker before shutdown?
Thanks, Aymeric -- View this message in context: http://www.nabble.com/Network-of-Brokers-and-planned-maintenance-tf2773241.html#a7735770 Sent from the ActiveMQ - User mailing list archive at Nabble.com.