mirror of https://github.com/apache/activemq.git
AMQ-1489 fix discoveryURI setting, from Gerald Loeffler
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@640636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95e8157d78
commit
a5a05da704
|
@ -34,6 +34,7 @@ public class MulticastDiscoveryAgentFactory extends DiscoveryAgentFactory {
|
|||
|
||||
Map options = URISupport.parseParamters(uri);
|
||||
MulticastDiscoveryAgent rc = new MulticastDiscoveryAgent();
|
||||
rc.setDiscoveryURI(uri);
|
||||
rc.setGroup(uri.getHost());
|
||||
IntrospectionSupport.setProperties(rc, options);
|
||||
return rc;
|
||||
|
|
Loading…
Reference in New Issue