_channelId2UnprocessedMsgMap.remove(channelId);
}
throw new AMQException(null, "Error: received content body without having received a ContentHeader frame first", null);
}
msg.receiveBody(contentBody);
if (msg.isAllBodyDataReceived())
{
deliverMessageToAMQSession(channelId, msg);
}