Hello, I've a question regarding the graceful shutdown/stop functionality of the amq. Currently we need in our company the possibility for an graceful shutdown of the ActiveMQ with some timeout. I see there is a console command implementation for a graceful stop with timeout, calling a MBean operation: https://github.com/apache/activemq/blob/master/activemq-console/src/main/java/org/apache/activemq/console/command/StopGracefullyCommand.java <https://github.com/apache/activemq/blob/master/activemq-console/src/main/java/org/apache/activemq/console/command/StopGracefullyCommand.java> The problem is that I can't see this command via the activemq console.
Is there a reason why this isn't shown? Thank you in advance -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
