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:
Robert Davies 2008-03-17 13:27:11 +00:00
parent b32ff4dd5c
commit 0ff0ee3766
1 changed files with 0 additions and 1 deletions

View File

@ -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);