syntax error for logging with NMS ActiveMQ 1.1 in the FailoverTransport
doReconnect() method
--------------------------------------------------------------------------------------------
Key: AMQNET-158
URL: https://issues.apache.org/activemq/browse/AMQNET-158
Project: ActiveMQ .Net
Issue Type: Bug
Components: ActiveMQ Client
Affects Versions: 1.1
Environment: Windows XP
Reporter: Mark Gellings
Assignee: Jim Gomes
Fix For: 1.1
Looks like there is a possilbe syntax error for logging with NMS ActiveMQ 1.1
in the FailoverTransport doReconnect() method:
catch(Exception e)
{
failure = e;
Tracer.DebugFormat("Connect fail to: (0}, reason: {1}", uri, e.Message);
}
The "(0}" should be "{0}". Is this an item that could be created in the
issue tracker?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.