Skip to content

Commit

Permalink
Merge pull request #3135 from malakaganga/fix_mp_consume
Browse files Browse the repository at this point in the history
Roll back messages when inject sequence isn't deployed
  • Loading branch information
malakaganga authored Feb 20, 2024
2 parents 76c0af5 + 2bd68e2 commit 88b1636
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ public boolean invoke(Object object, String name) throws SynapseException {
}
} else {
log.error("Sequence: " + injectingSeq + " not found");
return false;
}

if (isRollback(msgCtx) || isToRecover(msgCtx)) {
Expand Down

0 comments on commit 88b1636

Please sign in to comment.