hawkdshrh commented on code in PR #4292:
URL: https://github.com/apache/activemq-artemis/pull/4292#discussion_r1029344555
##########
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java:
##########
@@ -821,6 +821,10 @@ public void setUseTopologyForLoadBalancing(Boolean
useTopologyForLoadBalancing)
raProperties.setUseTopologyForLoadBalancing(useTopologyForLoadBalancing);
}
+ public Boolean getUseTopologyForLoadBalancing() {
+ return raProperties.isUseTopologyForLoadBalancing();
Review Comment:
Unfortunately, this is not recognized in some environments. Websphere
Application Server 8.x is one of these.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]