if (channel == null)
{
throw body.getChannelNotFoundException(channelId);
}
channel.sync();
channel.resend(body.getRequeue());
// Qpid 0-8 hacks a synchronous -ok onto recover.
// In Qpid 0-9 we create a separate sync-recover, sync-recover-ok pair to be "more" compliant
if(session.getProtocolVersion().equals(ProtocolVersion.v0_9))
{