This closes #893

This commit is contained in:
Clebert Suconic 2016-11-21 11:23:11 -05:00
commit f509c081c1
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);