Hi all,
in some service assembly I need to trace to which "process instance" the
message exchanges belongs to.
To do this, I need to add a "process correlation id" to the message
exchanges and to modify the components that I use, to propagate this
correlation id in all Message Exchanges sent.
Actually I need only the following components:
- HTTP binding component: here I added the code to generate the
correlation Id and set it in the Message Exchange
- Splitter
- Router (the lightweight component)
I changed these components to made them aware of the correlation Id. In
future may be that I need other components that I'll change in a similar
way.
How can I contribute with the modified code ?
Is there a plan to support this requirements in future releases of
ServiceMix ?
Thanks
Gianfranco Boccalon