I have a requirement where in I have to do Http Outbound call to an http endpoint in loop with different payload values, the calling function does not have to wait for the response received from the outbound calls, so basically the outbound calls will happen asynchronously in a loop.
Is there a way we can achieve this using the Http.outboundGateway