timeOutEnrouteReaction
abstract suspend fun timeOutEnrouteReaction(id: PersistedReactionId, routingError: Int): Boolean(source)
Atomically marks a still-MessageStatus.ENROUTE reaction as failed with routingError, leaving it untouched if an ACK/NAK already resolved it.
Return
true if a reaction was timed out.