Hi All,

 
We have the following scenario:


WebService Client would send a request to http consumer endpoint which in
turn to talks to a JMS Provider which puts it in a request queue, This is
then picked up by a JMS Service (more a like a Web service) which processes
the message and writes back to a Response Queue which will be picked up by
an JMS Consumer and should send back to the WS Client through http consumer
as response. 

 
Basically all the above has to happen in a single request/response Cycle.

 
The problem here is that the http consumer endpoint is sync and the other
part is asynchronous. Is this possible to achieve in servicemix and if so
could please let me know how it can be done?

 
Thanks and regards,

Vijaya Bhaskar Peddinti


-- 
View this message in context: 
http://www.nabble.com/Sync-to-Async-ME-tf4028212s12049.html#a11442303
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to