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)