clebertsuconic commented on code in PR #4918:
URL: https://github.com/apache/activemq-artemis/pull/4918#discussion_r1587943211
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/MirrorTransaction.java:
##########
@@ -49,4 +51,13 @@ protected synchronized void
afterCommit(List<TransactionOperation> operationsToC
}
}
+ @Override
+ public boolean isAllowPageTransaction() {
+ return ignorePageTransaction;
+ }
+
+ public MirrorTransaction setIgnorePageTransaction(boolean
ignorePageTransaction) {
+ this.ignorePageTransaction = ignorePageTransaction;
+ return this;
+ }
Review Comment:
ohhh.... I renamed the method and forgot to rename that one.. thanks
--
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]