git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-04-17 17:10:57 +00:00
parent 481ce1ca96
commit 18aa1596a2
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ public class VMTransportFactory extends TransportFactory {
}
VMTransport vmtransport = server.connect();
IntrospectionSupport.setProperties(vmtransport.peer, new HashMap<String,String>(options));
IntrospectionSupport.setProperties(vmtransport, options);
Transport transport = vmtransport;
if (vmtransport.isMarshal()) {