camel-jms - Request/Reply - Cache consumer for exclusive replyTo type, or if replyToDestinationSelectorName is used for shared replyTo type -------------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-4656 URL: https://issues.apache.org/jira/browse/CAMEL-4656 Project: Camel Issue Type: Improvement Components: camel-jms Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.9.0 We can cache the consumer for these 2 situations - exclusive replyTo type - when replyToDestinationSelectorName is used for shared replyTo type This improves performance as the consumer is not re-created as often (eg its cached) and therefore reply messages can be picked up faster. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira