Hi,
Is there something planned (or maybe already made) to easily get traces of all treatments applied to a message from it's entrance in the message bus to it's last treatment ?
Currently I try to log all the steps in a database with the message headers ,using AOP, but it seems quite complicated to recreate all the workflow, because there is no header id kept through the treatments.
Don't you thinks it would be interesting to add an unique Id to the firsts
messages bus entrance/creation and keep it trough cloning and transforming ?


Reply With Quote