We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6d444 commit 00921f2Copy full SHA for 00921f2
activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
@@ -1534,10 +1534,6 @@ public int getProtocolVersion() {
1534
1535
@Override
1536
public Response processControlCommand(ControlCommand command) throws Exception {
1537
- String control = command.getCommand();
1538
- if (control != null && control.equals("shutdown")) {
1539
- System.exit(0);
1540
- }
1541
return null;
1542
}
1543
0 commit comments