mirror of https://github.com/apache/activemq.git
Apply patch for https://issues.apache.org/activemq/browse/AMQ-1666
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
481ce1ca96
commit
18aa1596a2
|
@ -137,6 +137,7 @@ public class VMTransportFactory extends TransportFactory {
|
||||||
}
|
}
|
||||||
|
|
||||||
VMTransport vmtransport = server.connect();
|
VMTransport vmtransport = server.connect();
|
||||||
|
IntrospectionSupport.setProperties(vmtransport.peer, new HashMap<String,String>(options));
|
||||||
IntrospectionSupport.setProperties(vmtransport, options);
|
IntrospectionSupport.setProperties(vmtransport, options);
|
||||||
Transport transport = vmtransport;
|
Transport transport = vmtransport;
|
||||||
if (vmtransport.isMarshal()) {
|
if (vmtransport.isMarshal()) {
|
||||||
|
|
Loading…
Reference in New Issue