ARTEMIS-399 support 'clientId' activation prop
This commit is contained in:
parent
4c9f31c13d
commit
c7a044e1a4
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue