I've implemented a user-selectable property 'org.apache.ode.jbi.sendSynch', if set to true synchronous sends will be used, otherwise async invocations are used.
Also, you can change the default timeout with the org.apache.ode.jbi.timeout property. set it to the number of ms. This works both in sync/async mode. In the future we will need to allow configuration of this on a partner basis... On 6/21/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
Hi, Looking through the ODE Jbi code (and observing the corresponding behaviour in a running process) I noticed that Ode uses the DeliverChannel.sendSync() operation to invole other services on the bus. Is there any support for fully asynchronous service invocations in JBI? Or some way to influence the timeout for longer running processes? Thanks Mike Horwitz
