Apache Camel Process Manager Sample

Does the Apache Camel Platform support the Process Manager pattern? ( http://www.enterpriseintegrationpatterns.com/ProcessManager.html )

+3


source to share


1 answer


Yes, you can use the dynamic router http://camel.apache.org/dynamic-router.html

And then save the state exchange

to which the dynamic router is referring to to determine the next step.



When you're done, the next step should be rated as null

.

+2


source







All Articles