Jms request-reponse not responding in Mule

When I tried to use the following example by David Dossot mule-agent-based-sync-http-request-handling my jms endpoint times out. In the log i can see that the response message is created, but the outbound endpoint never receives it.

After some googling i found the following blog post by Claude Mamo: ReplyTo in a Mule flow. Adding the org.mule.routing.requestreply.ReplyToPropertyRequestReplyReplier processor does indeed solve the problem.

The weird thing is, i can’t find much documentation on the need for this. I searched the Mule User Guide, but it isn’t mentioned there. Also googling it, just returns a lot of links to source code.

Is this the correct way to implement a request response jms endpoint, or is this a workaround for a bug?

blog comments powered by Disqus