mirror of https://github.com/apache/activemq.git
set options on the discovery agent correctly from the URI
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@582810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d1eb18af70
commit
edb50cb4de
|
@ -33,7 +33,7 @@ public class SimpleDiscoveryAgentFactory extends DiscoveryAgentFactory {
|
|||
try {
|
||||
|
||||
CompositeData data = URISupport.parseComposite(uri);
|
||||
Map options = URISupport.parseParamters(uri);
|
||||
Map options = data.getParameters();
|
||||
|
||||
SimpleDiscoveryAgent rc = new SimpleDiscoveryAgent();
|
||||
rc.setGroup(uri.getHost());
|
||||
|
|
Loading…
Reference in New Issue