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

[jira] [Created] (CAMEL-11540) Unable to disable ProducerCache

Saravanakumar Selvaraj created CAMEL-11540:
----------------------------------------------

             Summary: Unable to disable ProducerCache
                 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


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)