Andrew,

I uploaded the SAR so it's available from 
http://dist.codehaus.org/servicemix/distributions/jboss-deployer-1.0-M2.sar

Also I updated the JBoss Deployer page 
(http://docs.codehaus.org/display/SM/JBoss+Deployer) , you just need to drop 
the SAR in the deploy directory and away you go, though note that the PXE 
deployer will fail due to the problem with the rebind on the transaction 
manager.  However you are welcome to try other components and give us any 
feedback.

Cheers

Philip

-----Original Message-----
From: andrew cooke (noao) [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 08, 2005 6:33 PM
To: servicemix
Subject: [servicemix-user] Support for "synchronous" messaging over asynch 
transports?


Hi,

I'm looking at ServiceMix for use in a project that mixes synchronous and
asynchronous processes.  In particular, we need to support a REST (ie via
HTTP POST/GET) web service that gives synchronous results, even though the
messaging internally (responsible for connecting to services that
calculate those results) is asynchronous.

Since we may have several users connecting simultaneously this implies
some kind of blocking within the "web service" front-end while the
processing  occurs, then associating the incoming result with the
appropriate blocked connection via some correlative.

It would be nice if ServiceMix automated this, supporting incoming REST
connections and automating the routing/collation.  Looking at the
documentation I haven't found a description of anything that seems similar
(the routing examples all seem to be "left to right" rather than
"returning").

Can anyone shed some light on how easy this would be?

Thanks,
Andrew

Reply via email to