mirror of https://github.com/apache/activemq.git
use defaults for VMTransport in network connections
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@637877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b32ff4dd5c
commit
0ff0ee3766
|
@ -298,7 +298,6 @@ public class BrokerService implements Service {
|
|||
URI uri = getVmConnectorURI();
|
||||
Map<String, String> map = new HashMap<String, String>(URISupport.parseParamters(uri));
|
||||
map.put("network", "true");
|
||||
map.put("async", "false");
|
||||
uri = URISupport.createURIWithQuery(uri, URISupport.createQueryString(map));
|
||||
connector.setLocalUri(uri);
|
||||
|
||||
|
|
Loading…
Reference in New Issue