You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/12/05 02:58:12 UTC

[jira] [Created] (CAMEL-8124) Using ServicePool in ConsumerCache

Willem Jiang created CAMEL-8124:
-----------------------------------

             Summary: Using ServicePool in ConsumerCache
                 Key: CAMEL-8124
                 URL: https://issues.apache.org/jira/browse/CAMEL-8124
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.15.0


Current ConsumerCache just cache the PollingConsumer in the map, it may cause some trouble if the PollingConsumer is not thread safe. 
Using the ServicePool to cache the PollingConsumer could help us with that.

To workaround this issue, we cannot call the ConsumerTemplate in multithread mode.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)