mirror of
https://github.com/apache/activemq.git
synced 2025-02-23 02:27:23 +00:00
AMQ-6905 : Upgraded ActivationConfigProperty as per API Documentation
This commit is contained in:
parent
0bb4a5c3ab
commit
a1f15f4511
@ -129,7 +129,7 @@ public class ActiveMQResourceAdapter extends ActiveMQConnectionSupport implement
|
||||
}
|
||||
String userName = defaultValue(activationSpec.getUserName(), getInfo().getUserName());
|
||||
String password = defaultValue(activationSpec.getPassword(), getInfo().getPassword());
|
||||
String clientId = activationSpec.getClientId();
|
||||
String clientId = defaultValue(activationSpec.getClientId(), getInfo().getClientid());
|
||||
if (clientId != null) {
|
||||
cf.setClientID(clientId);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user