git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@835339 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-11-12 11:26:57 +00:00
parent ce18ec8b0f
commit db65c4365b
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ public class BrokerService implements Service {
if (systemExitOnShutdown) {
addShutdownHook(new Runnable() {
public void run() {
System.exit(systemExitOnShutdownExitCode);
Runtime.getRuntime().halt(systemExitOnShutdownExitCode);
}
});
}