I have a mule flow that has to work the following way.
- HTTP listener listens to incoming calls and immediately responds with a job id.
- The incoming message is queued into a worker. It works on it for a while and returns the message back to the sender.
I tried using non-blocking flow. But it didn't work. How is such a thing architected in Mulesoft? Would be great to have any leads on this.