Skip to content

Commit 00921f2

Browse files
committed
Remove unused ConnectionControl handling.
1 parent 9a6d444 commit 00921f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,10 +1534,6 @@ public int getProtocolVersion() {
15341534

15351535
@Override
15361536
public Response processControlCommand(ControlCommand command) throws Exception {
1537-
String control = command.getCommand();
1538-
if (control != null && control.equals("shutdown")) {
1539-
System.exit(0);
1540-
}
15411537
return null;
15421538
}
15431539

0 commit comments

Comments
 (0)