Hi
We are building a functionality to send a request to rabbitmq using the outbound connector and have an rabbitmqinboundstartconnector in another process deployed and subscribed to another inbound queue. The inbound connector reads message from the queue response but I am not sure how I can pass the response back to the first process as we have a business logic to continue based on the response? Can I get any info on how to do that