{
//Message has been cancelled
return;
}
DeliveryInfo deliveryInfo =
new DeliveryInfo(m, consumerID, queueName, connectionConsumerSession);
m.incDeliveryCount();
// If this is the callback-handler for a connection consumer we don't want to acknowledge or
// add anything to the tx for this session.