jbonofre opened a new pull request, #2208: URL: https://github.com/apache/activemq/pull/2208
Backport of #1829 to the `activemq-6.2.x` branch. ## Summary - Add `getUri()` and `getLocalUri()` to `NetworkConnectorViewMBean` so the network connector URI is visible via JMX. - Add `abstract getUri()` to the `NetworkConnector` base class. - Implement `getUri()` in `MulticastNetworkConnector` (delegates to `getRemoteURI()`). - `DiscoveryNetworkConnector` and `LdapNetworkConnector` already had `getUri()` implementations and satisfy the new abstract contract without changes. - Extend `JmxCreateNCTest` to assert the exposed URI values. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
