diagnostics: "Waiting for transport to reconnect" where?
--------------------------------------------------------
Key: AMQ-1608
URL: https://issues.apache.org/activemq/browse/AMQ-1608
Project: ActiveMQ
Issue Type: Improvement
Components: Transport
Affects Versions: 5.0.0
Reporter: Stepan Koltsov
Have messages in log:
{code}
DEBUG [org.apache.activemq.transport.failover.FailoverTransport] Waiting for
transport
to reconnect.
{code}
This line should contain connect URL, like:
{code}
DEBUG [org.apache.activemq.transport.failover.FailoverTransport] Waiting for
transport
to reconnect to failover:tcp://localhost:12345
{code}
to make diagnostics easier.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.