Discussion:
Looking for advice regarding Async implementation
Pablo La Greca
2012-06-27 16:53:55 UTC
Permalink
Want you should do is receiver the message in an http endpoint, generate the message correlation-ID, send the message to an outbound endpoint VM and send back to the client the generated correlation-ID. Then you can have another flow consuming from the VM endpoint an making all the additional processing you want (http-request-resposne, etc).
<br /><br />
HTH, Pablo.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Markus Rogosinsky
2012-06-27 17:51:55 UTC
Permalink
hello Pablo,
<br />
Is there an advantage of using the vm:endpoints vs. using a flow-reference?
<br />
Are the vm:outbound and vm:inbound endpoints connected via the name only or is there another settings that ties them together?
<br /><br />
I'm thinking what you described would look like this:
<br />
<img alt="Image and video hosting by
<br />
TinyPic" src="Loading Image..." />
<br /><br />
In theory, do I still need the Async scope?
<br /><br />
thanks,
<br />
Markus

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...