ebenezergraham commented on a change in pull request #11: Thymeleaf templating
for Email
URL:
https://github.com/apache/fineract-cn-notifications/pull/11#discussion_r291198726
##########
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:
I will remove the PooledConnectionFactory and jmsTemplate because they are
redundant now that you point that out.
Currently, the concurrency set by the command library is 3-10
But I want to keep the configuration for the JMSListeners. This is because I
want to receive only one message for each topic to avoid sending the same
notification 3 times.
----------------------------------------------------------------
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