i need to call call flow 3 services in parallel and consolidate their responses at the end.
I have 3 request queue, 3 response queue and 3 triggers for each of parallel call.
pub.jms:sendandwait to post messages and pub.jms:waitoforreply to receive messages from queue
Problem here is, i am able to receive response only when sendandwait and waitforreply call consecutively.
If i trigger 2 sendandwait and after that i add 2 waitforreply i am not able to receive response.
is this how will it work? what do i need to do to achieve my requirement?
#Integration-Server-and-ESB#webMethods#Universal-Messaging-Broker