_consumer = consumer;
}
public BasicDeliverBody getDeliverBody()
{
return new BasicDeliverBody()
{
// This is the only thing we need to preserve so the correct consumer can be found later.
public AMQShortString getConsumerTag()
{
return _consumer.getConsumerTag();