ARTEMIS-859 Add BACKLOG_PROP_NAME on the TransportConstants list

This commit is contained in:
Shaun Appleton 2016-11-21 12:38:40 +00:00 committed by Clebert Suconic
parent 135f00e99c
commit f570b5aa17
1 changed files with 1 additions and 0 deletions

View File

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