I am working on WSO2 ESB 4.9.0. We have an API with input and output sequences. All business logic in sequence, sequence, and output is not implemented. Sometimes we need to exit the thread sequentially because all of our service callbacks are made using the call broker, not the send broker. In this service chain template, if we want to exit the flow, we need to use a response or loopback broker.
Can someone help me out what are the main use cases in which loopback and response can be used
source
share