ClusterBroadcast.VERSION_410) {
return null;
}
Packet p = new Packet();
try {
p.fill(msg);
} catch (IOException e) {
logger.logStack(Logger.INFO,"Internal Exception processing packet ", e);
throw new BrokerException(e.getMessage(), e);
}
p.setPacketType(PacketType.PREPARE_TRANSACTION);