}
}
}
// There are messages to send.
if (! deliverables.isEmpty()) {
TopicMsgsReply topicMsgsReply = new TopicMsgsReply(deliverables);
topicMsgsReply.setPersistent(persistent);
setDmq(topicMsgsReply);
forward(subscriber, topicMsgsReply);
nbMsgsDeliverSinceCreation = nbMsgsDeliverSinceCreation + deliverables.size();
}
}