mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a27904d1d
commit
290f51a1eb
|
@ -259,6 +259,7 @@ public class TransportConnector implements Connector, BrokerServiceAware {
|
||||||
}
|
}
|
||||||
if (server != null) {
|
if (server != null) {
|
||||||
ss.stop(server);
|
ss.stop(server);
|
||||||
|
server = null;
|
||||||
}
|
}
|
||||||
if (this.statusDector != null) {
|
if (this.statusDector != null) {
|
||||||
this.statusDector.stop();
|
this.statusDector.stop();
|
||||||
|
|
Loading…
Reference in New Issue