markCompleted

@Transactional(propagation = Propagation.REQUIRES_NEW)
fun markCompleted(message: OutboxMessage)(source)

Fresh REQUIRES_NEW transaction that marks message as successfully published. Called after the Kafka broker has acknowledged to send.