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