Hi, I have a scenario where I am using.

t_save_lumps(), lookup() and then I can choose to drop some branches in branch routes.

However, it is possible that I endup without any branch left, in this case t_relay() is returning and no failure route is called/created.
At this point I need to recover the original message

I believe it is not possible to restore/reset the message without passing by failure route ?

Else, I could trigger a failure route using t_relay(), is there any "handy/clean" way to trigger failure_route() ?

Regards