Not yet. So I'll do this. 2009/3/17 Matthieu Riou <[email protected]>: > Have you created a Jira issue for this patch? > > Thanks, > Matthieu > > On Mon, Mar 16, 2009 at 4:34 AM, Rafal Rusin <[email protected]> wrote: > >> 2009/3/13 Assaf Arkin <[email protected]>: >> > When doing request/response with SOAP over HTTP, the quality of service >> > guarantee is that of HTTP, which doesn't allow requests to be held >> > indefinitely, so Ode should reject the request if it can't service the >> > operation quickly enough. >> > >> > If this was one-way over asynchronous transport, queuing the message and >> > handling it 10 minutes later would be the correct approach. >> >> Yes, this is how I see it too. >> So I did a patch for handling in-out operations quickly for ODE1X. It >> was partly implemented before. >> In-only operations are queued as before. >> >> It works like this: when ODE doesn't find routing for a given in-out >> request, it replies with failure. >> >> Regards, >> -- >> Rafał Rusin >> http://www.touk.pl >> http://www.mimuw.edu.pl/~rrusin <http://www.mimuw.edu.pl/%7Errusin> >> >
-- Rafał Rusin http://www.touk.pl http://www.mimuw.edu.pl/~rrusin
