Hi,
Here is the use case : I’ve got a BPEL process with an invoke and a receive activity with correlation. When the receive activity is called too quickly (1 or 2 seconds after the invoke), Apache ODE cannot find any route for incoming message correlation But when I wait 10 seconds before invoking the receive activity, everything works well and the correlation is done correctly. It seems that Apache ODE has not enough time to persist correlation keys after the invoke and when the receive is called too quickly then it considers that the message cannot be correlated. Is there any way to handle this case ? Is there any retry/redelivering message mechanism to configure in Apache ODE when a route cannot be found ? Any help would be appreciated Thanks Alexandre
