mirror of https://github.com/apache/activemq.git
[AMQ-5499]
Correct StopBrokerMojo to use a default broker manager.
This commit is contained in:
parent
c0eae1bfff
commit
a14af92dc3
|
@ -49,7 +49,7 @@ public class StopBrokerMojo extends AbstractMojo {
|
|||
return;
|
||||
}
|
||||
|
||||
this.brokerManager.stop();
|
||||
this.useBrokerManager().stop();
|
||||
|
||||
getLog().info("Stopped the ActiveMQ Broker");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue