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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16085263#comment-16085263 ] 

ASF GitHub Bot commented on CAMEL-11540:
----------------------------------------

Github user saravanakumar1987 closed the pull request at:

    https://github.com/apache/camel/pull/1821


> 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
>            Assignee: Andrea Cosentino
>            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)