[jboss-jira] [JBoss JIRA] Reopened: (JBMESSAGING-1407) Add Bridgenames to log4j logging
Markus Lutum (JIRA)
jira-events at lists.jboss.org
Tue Feb 3 09:03:45 EST 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Markus Lutum reopened JBMESSAGING-1407:
---------------------------------------
Hi Gao!
I just tested 1.4.2 GA and the Bridge name is not shown anymore at the logs.
Its always null
The reason are the changes on BridgeService for JBMESSAGING-999.
There you removed the setName() call while setting up the Bridge.
Please add the line:
bridge.setName(serviceName.getCanonicalName());
maybe somewhere near:
bridge.setQueueCffName(queueCffName);
bridge.setTopicCffName(topicCffName);
> Add Bridgenames to log4j logging
> --------------------------------
>
> Key: JBMESSAGING-1407
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1407
> Project: JBoss Messaging
> Issue Type: Feature Request
> Components: Messaging Core
> Affects Versions: 1.4.0.SP3
> Reporter: Markus Lutum
> Assignee: Tim Fox
> Priority: Minor
> Fix For: 1.4.0.SP3.CP04, 1.4.1.GA, 1.4.2.GA
>
>
> Can you add the name of the Bridge while logging at the Bridge!
> Specially while failure establishing connections or while successful reconnecting messages like:
> "Succeeded in reconnecting to servers"
> are not very helpful.
> In our case at production we have 3 Bridges per node installed and a total of 3 Nodes.
> So in summary 9 Bridges. It is very helpful to see which bridge failed and which was reconnected.
> Thx
> Markus
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list