cshannon commented on PR #2206:
URL: https://github.com/apache/activemq/pull/2206#issuecomment-5036789617

   System.exit is going to go through an ordered shutdown it looks like but it 
will close everything. It looks like the only other way to avoid that is to use 
Runtime.getRuntime().halt(status) but that appears to short circuit things.
   
   So maybe we should just use Runtime.getRuntime().halt(status) to make sure 
we are not stuck shutting down


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to