Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1945
@michaelandrepearce when isExit=true, it means the VM is going away. The
previous task was to shutdown the server upon a forceCall, on that case isExit
must be true.
I changed it to the previous method and I am using @stanlyDoge's test to
validate it.---
