log "Endpoint connection to JMS broker failed: ..." on error level
------------------------------------------------------------------
Key: AMQ-856
URL: https://issues.apache.org/activemq/browse/AMQ-856
Project: ActiveMQ
Issue Type: Wish
Components: Connector
Affects Versions: 4.0.1
Reporter: Andreas Bergmann
Priority: Minor
After the ActiveMQEndpointWorker fails several times to reconnect to a broker
and reaches the MAX_RECONNECT_DELAY this error is logged on INFO level.
log.info("Endpoint connection to JMS broker failed: " + error.getMessage();
(line 244 in org.apache.activemq.ra.ActiveMQEndpointWorker.java)
This should be logged on the ERROR level, because this may denote a critical
configuration or connectivity error in a distributed system that should be
easily detectable by a production monitoring system.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira