Fix bug in createQueue invocation chain
This commit is contained in:
parent
3150759806
commit
2290ab40c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue