Hi All,

In a cxf based webservice if I want do some separate ("parallel") processing
depending on request data without effecting the existing flow, is threading
the only option?

For example, consider the following scenario:

Existing cxf service:  Request --->BusinessLogic-->Response

New cxf service:  Request--->BusinessLogic-->Response
                                   |
                                   |
                                    --->DoSomething else

In the new cxf service, everthing remains same from request-response
perspective, I want to do some other logic.  What is the best way to design
such scenario?

Thank you,
J

-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Design-question-tp2256700p2256700.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to