// Without any details from the client about what has been processed we have to mark
// all messages in the unacked map as redelivered.
message.setRedelivered();
if (!message.resend())
{
msgToRequeue.put(deliveryTag, message);
}
} // for all messages
// } else !isSuspend