Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/725#discussion_r75193484
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java
 ---
    @@ -1983,6 +1983,12 @@ public void forceFailover() throws Exception {
        }
     
        @Override
    +   public void forceShutdown() throws Exception {
    +      forceFailover();
    +      System.exit(0);
    --- End diff --
    
    @johnament  We do that already. I guess that's what he wants as part of 
this feature.
    
    
    I wouldn't call it forceShutdown... I would call it halt.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to