You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2017/07/13 06:33:00 UTC

[jira] [Resolved] (CAMEL-11540) Unable to disable ProducerCache by setting cacheSize="-1"

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

Andrea Cosentino resolved CAMEL-11540.
--------------------------------------
    Resolution: Fixed

> Unable to disable ProducerCache by setting cacheSize="-1"
> ---------------------------------------------------------
>
>                 Key: CAMEL-11540
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11540
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.19.1
>            Reporter: Saravanakumar Selvaraj
>            Priority: Minor
>             Fix For: 2.18.5, 2.19.2, 2.20.0
>
>
> It is not possible to disable ProducerCache for camel-rabbitmq, camel-netty4, camel-netty and camel-jms producers.
> For example, while trying to turn off activemq ProducerCache like:
> {code}<wireTap uri="activemq:foo" cacheSize="-1" />{code}
> results in error :
> {code}java.util.concurrent.RejectedExecutionException
>     at org.apache.camel.component.jms.JmsProducer.process(JmsProducer.java:144){code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)