if (!state.getClientAckList().isEmpty())
{
//CLIENT_ACKNOWLEDGE can't be used with a MDB so it is safe to always acknowledge all
//on this session (rather than the connection consumer session)
del.acknowledgeDeliveries(state.getClientAckList());
state.getClientAckList().clear();
}
return null;