Fix bug in createQueue invocation chain

This commit is contained in:
jbertram 2016-12-13 17:58:10 -06:00
parent 3150759806
commit 2290ab40c3
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ public class ActiveMQServerControlImpl extends AbstractControl implements Active
@Override
public void createQueue(final String address, final String name, final String routingType) throws Exception {
createQueue(address, name, routingType, true);
createQueue(address, name, true, routingType);
}
@Override