Mule ESB JMS Request-Reply Interaction Pattern Comparison

JMS request-reply interaction pattern is very common for implementing synchronous RPC (Remote Procedure Call). There are several ways how to implement this pattern: The frameworks usually implement the temporary queue approach using the following sequence of actions: The above lifecycle that includes create/destroy pattern over and over is not the most efficient way of dealing […]