msg = (UnprocessedMessage_0_8) _channelId2UnprocessedMsgMap.get(channelId);
}
if (msg == null)
{
throw new AMQException(null, "Error: received content body without having received a JMSDeliver frame first", null);
}
if (msg.getContentHeader() == null)
{
if (fastAccess)
{
_channelId2UnprocessedMsgArray[channelId] = null;
}
else
{
_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())