awasum commented on a change in pull request #11: Thymeleaf templating for Email
URL:
https://github.com/apache/fineract-cn-notifications/pull/11#discussion_r291155440
##########
File path:
service/src/main/java/org/apache/fineract/cn/notification/service/internal/config/NotificationConfiguration.java
##########
@@ -103,23 +108,24 @@ public void configurePathMatch(final PathMatchConfigurer
configurer) {
}
@Bean
- public PooledConnectionFactory jmsFactory() {
+ public PooledConnectionFactory pooledConnectionFactory() {
Review comment:
Why are you configuring ActiveMQ again? I understand the command library
already does that for us and we are using the commandGateway in this service.
Also see as you already configured the concurrency: 1-1 in ur application
properties file.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services