Does the Apache Camel framework offer support the Process Manager Pattern? (http://www.enterpriseintegrationpatterns.com/ProcessManager.html)
            Asked
            
        
        
            Active
            
        
            Viewed 655 times
        
    1 Answers
2
            
            
        Yeah you can use the dynamic router http://camel.apache.org/dynamic-router.html
And then keep state on the exchange which the dynamic router accesses to determine the next step.
When you are done then the next step should be evaluated as null.
        Claus Ibsen
        
- 56,060
 - 7
 - 50
 - 65