super(new OpenWireFormat(), remoteLocation, localLocation);
}
public OpenWireTransportChannel(TcpTransportServerChannel serverChannel, Socket socket, Executor executor)
throws JMSException {
super(serverChannel, new OpenWireFormat(), socket, executor);
}