You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by "hiteshprajapati (via GitHub)" <gi...@apache.org> on 2023/02/20 14:07:51 UTC

[GitHub] [fineract] hiteshprajapati commented on a diff in pull request #2986: FINERACT-1895 - Fixing the issue where Fineract doesn't start with spring profile activeMqEnabled

hiteshprajapati commented on code in PR #2986:
URL: https://github.com/apache/fineract/pull/2986#discussion_r1112002399


##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -37,6 +37,7 @@ fineract.tenant.description=${FINERACT_DEFAULT_TENANTDB_DESCRIPTION:Default Demo
 
 fineract.mode.read-enabled=${FINERACT_MODE_READ_ENABLED:true}
 fineract.mode.write-enabled=${FINERACT_MODE_WRITE_ENABLED:true}
+fineract.mode.batch-enabled=${FINERACT_MODE_BATCH_ENABLED:true}

Review Comment:
   @galovics This instance mode is used in two conditions - EnableFineractEventsCondition and EnableFineractEventListenerCondition 



-- 
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