Github user xstefank commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1374#discussion_r124274905
--- Diff:
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivationSpec.java
---
@@ -623,11 +623,11 @@ public void setUseLocalTx(final Boolean localTx) {
this.localTx = localTx;
}
- public boolean isRebalanceConnections() {
+ public Boolean isRebalanceConnections() {
--- End diff --
@clebertsuconic there is a JBEAP issue associated:
https://issues.jboss.org/browse/JBEAP-11776 ; Fix is only needed for this
reason. I am not sure how to handle such case.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---