mirror of
https://github.com/apache/activemq.git
synced 2025-02-13 05:26:47 +00:00
Allow the createBroker method to be overriden in other tests.
This commit is contained in:
parent
e64da4a71f
commit
78c4e43372
@ -73,7 +73,7 @@ public class AmqpTestSupport {
|
||||
this.numberOfMessages = 2000;
|
||||
}
|
||||
|
||||
private void createBroker(boolean deleteAllMessages) throws Exception {
|
||||
protected void createBroker(boolean deleteAllMessages) throws Exception {
|
||||
brokerService = new BrokerService();
|
||||
brokerService.setPersistent(false);
|
||||
brokerService.setAdvisorySupport(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user