Can we configure Camunda's internal cache

Hi

I assume you have a send task followed by a receive task. Are these two tasks synchronous or in the same transaction? (eg there is no async after set on the send task nor async before on the recieve task)…

I suspect what you are experiencing is a race condition between the send and receive, hence you want to minimize latency…

There is also a community plugin which can ‘cache’ receive messages for retry…(see here)

regards

Rob