Allow the createBroker method to be overriden in other tests.

This commit is contained in:
Timothy Bish 2013-12-11 15:30:13 -05:00
parent e64da4a71f
commit 78c4e43372
1 changed files with 1 additions and 1 deletions

View File

@ -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);