This closes #391

This commit is contained in:
Clebert Suconic 2016-02-16 17:19:45 -05:00
commit c7ac564465
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
*