Hi, actually, if you come to a point where you think you would need to increase the mex timeout, you're most likely using the wrong interaction style (blocking vs. non-blocking). If a service invocation may take a bit longer for some reason, either use an asynchronous transport protocol or modell the interaction non-blocking (i.e. using a callback with correlation).
HTH, Tammo On 11.10.2010 10:33, Andriotto Massimiliano wrote: > Hi, > > In servicemix (I'm using apache-servicemix-4.3.0-fuse-01-00) , Ode 1.3.4 > uses mex.timeout set to 120000ms. > > If I deploy ode axis, I can change the mex timeout. > > How can I change/set the mex timeout when I use ode inside servicemix? > > Can it be changed? > > What's the name of the property ? > > > > Thank you > > > > Massimiliano Andriotto > > > > -- Tammo van Lessen - http://www.taval.de
