This closes #391
This commit is contained in:
commit
c7ac564465
|
@ -680,6 +680,11 @@ public class ActiveMQActivationSpec extends ConnectionFactoryProperties implemen
|
||||||
this.setupInterval = setupInterval;
|
this.setupInterval = setupInterval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ARTEMIS-399 - support both "clientId" and "clientID" activation config properties
|
||||||
|
public void setClientId(String clientId) {
|
||||||
|
setClientID(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate
|
* Validate
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue