SEDA/VM - Add support for chained endpoints when using request/reply in async
fashion
-------------------------------------------------------------------------------------
Key: CAMEL-2623
URL: https://issues.apache.org/activemq/browse/CAMEL-2623
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.4.0
Currently SEDA/VM only supports sending request/reply messages between 2
endpoints A -> B in a request/reply style.
If you have 3+ or more then it gets much more complex and its currently not
support in Camel. eg A -> B -> C -> D etc.
In this situation we have to deal with
- different timeouts
- ordering of notification of timeout / done to bubble up the chain
This requires API changes in UnitOfWork and improvements in SEDA component to
cater for this logic.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.