default back to straight through for network vm transport

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@636796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-03-13 16:21:36 +00:00
parent 4a136864f1
commit 5fd3229c0b
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ 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", "true");
map.put("async", "false");
uri = URISupport.createURIWithQuery(uri, URISupport.createQueryString(map));
connector.setLocalUri(uri);