Finding out the message routing status?

Is it possible to add a routing status in the Packet class? Possible values are something like NOT_YET_ROUTED, SUCCEEDED, FAILED.

I’m writing a interceptor plugin that needs to know the routing status of a Message.

Or is there already a way to see whether a message did get routed successfully?

Thanks!

David