Hello, I just started using SeviceMix and I hope you'll be able to help me on this.
I would like to have the following schema: A---->B(drools)---->C (do some job) A<----B(drools)<----C There are three components: Component A sends a message to B (drools component) that decides where to send it further (e.g. to C component). C component fetches some data, do a calculation and returns result as a message, Now I would like that component A bliocks until it gets reply from copmponent C. If I use deliveryChannel.sendSync(message) it unblocks as soon as B gets the message. Is there any pattern to solve this problem? Thanks, Frane. -- View this message in context: http://www.nabble.com/Synchronous-message-%28over-Drools%29-tf2215088.html#a6135214 Sent from the ServiceMix - Dev forum at Nabble.com.