AMQShortString virtualHost = new AMQShortString("/" + host);
ConnectionOpenBody openBody = methodRegistry.createConnectionOpenBody(virtualHost,null,true);
// Be aware of possible changes to parameter order as versions change.
session.writeFrame(openBody.generateFrame(channelId));
}
}