You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2023/01/17 15:38:21 UTC

[GitHub] [fineract] galovics commented on a diff in pull request #2891: FINERACT-1724: Implemented support for multiple parallel JMS producers for external events

galovics commented on code in PR #2891:
URL: https://github.com/apache/fineract/pull/2891#discussion_r1072366927


##########
fineract-provider/src/main/java/org/apache/fineract/cob/loan/LoanAccountsStayedLockedBusinessEvent.java:
##########
@@ -39,4 +39,9 @@ public String getType() {
     public String getCategory() {
         return CATEGORY;
     }
+
+    @Override

Review Comment:
   In case a single aggregate root cannot be identified, for example the LoanAccountsStayedLockedBusinessEvent. Multiple accounts stayed locked so there's no singular event hence it doesn't matter which producer picks up the message to be sent.



-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org