[ https://issues.apache.org/activemq/browse/AMQ-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41025#action_41025 ]
Joe Fernandez commented on AMQ-1465: ------------------------------------ wrt the original implementation; if the user had multiple network connectors w/out a 'name' attribute, the broker would throw an exception. This was because you'd end up having multiple network connectors with the same name (i.e., "localhost"). My patch addressed this by assigning a unique name to each network connection having a 'null' name (i.e., no name specified). - Joe > Regression with networkConnector 'name' attribute > ------------------------------------------------- > > Key: AMQ-1465 > URL: https://issues.apache.org/activemq/browse/AMQ-1465 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Environment: ActiveMQ 5.0 > Reporter: Joe Fernandez > Assignee: Rob Davies > Priority: Minor > Fix For: 5.1.0 > > Attachments: patch.r61674.diff, patchfile.txt > > > On 4.1.1, the value assigned to the networkConnector's 'name' attribute > shows up nicely on the jconsole. However, there appears to be a regression > with 5.0, because the name no longer shows up on the jconsole. With 5.0, you > instead see the String representation of an instance of the > SimpleDiscoveryAgent class -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.