ARTEMIS-399 support 'clientId' activation prop

This commit is contained in:
jbertram 2016-02-16 15:26:02 -06:00 committed by Clebert Suconic
parent 4c9f31c13d
commit c7a044e1a4
1 changed files with 5 additions and 0 deletions

View File

@ -680,6 +680,11 @@ public class ActiveMQActivationSpec extends ConnectionFactoryProperties implemen
this.setupInterval = setupInterval;
}
// ARTEMIS-399 - support both "clientId" and "clientID" activation config properties
public void setClientId(String clientId) {
setClientID(clientId);
}
/**
* Validate
*