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 07:26:13 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-8124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-8124.
---------------------------------
    Resolution: Fixed

Applied the patch into camel master branch.

> 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)