mirror of https://github.com/apache/activemq.git
Remove unused ConnectionControl handling.
This commit is contained in:
parent
9a6d444e0a
commit
00921f22ff
|
@ -1534,10 +1534,6 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
|
|||
|
||||
@Override
|
||||
public Response processControlCommand(ControlCommand command) throws Exception {
|
||||
String control = command.getCommand();
|
||||
if (control != null && control.equals("shutdown")) {
|
||||
System.exit(0);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue