ARTEMIS-859 Add BACKLOG_PROP_NAME on the TransportConstants list
This commit is contained in:
parent
135f00e99c
commit
f570b5aa17
|
@ -250,6 +250,7 @@ public class TransportConstants {
|
|||
allowableAcceptorKeys.add(TransportConstants.CONNECTIONS_ALLOWED);
|
||||
allowableAcceptorKeys.add(ActiveMQDefaultConfiguration.getPropMaskPassword());
|
||||
allowableAcceptorKeys.add(ActiveMQDefaultConfiguration.getPropPasswordCodec());
|
||||
allowableAcceptorKeys.add(TransportConstants.BACKLOG_PROP_NAME);
|
||||
|
||||
ALLOWABLE_ACCEPTOR_KEYS = Collections.unmodifiableSet(allowableAcceptorKeys);
|
||||
|
||||
|
|
Loading…
Reference in New Issue