ivan333m commented on a change in pull request #642: FINERACT-724 Upgrade
Spring Boot, Spring and Spring Security to their latest stable version
URL: https://github.com/apache/fineract/pull/642#discussion_r335325331
##########
File path: fineract-provider/properties/basicauth/application.properties
##########
@@ -17,4 +17,5 @@
# under the License.
#
-spring.profiles.default=basicauth
\ No newline at end of file
+spring.profiles.default=basicauth
+management.health.jms.enabled=false
Review comment:
Unfortunately without this property I have a lot warning that JMS is not
available.
`10:53:03.826 [http-bio-8443-exec-2] WARN
o.s.b.actuate.jms.JmsHealthIndicator - JMS health check failed
javax.jms.JMSException: Could not connect to broker URL:
tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused
(Connection refused)
at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)`
----------------------------------------------------------------
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