GitHub user saravanakumar1987 opened a pull request:
https://github.com/apache/camel/pull/1821
CAMEL-11540: Fixed issue with turning off ProducerCache
ConcurrentLinkedHashMap attempts to evict entries when the max capacity is
zero, eventually the service is stopped. This results in camel-netty,
camel-netty4, activemq and rabitmwq producers unable to disable ProducerCache.
Thanks,
Saravanakumar
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/saravanakumar1987/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1821.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1821
----
commit 34e416802f3e9b3707d0efacae558a55bf1f7b27
Author: Saravanakumar Selvaraj <[email protected]>
Date: 2017-07-12T19:34:53Z
CAMEL-11540: Fixed issue with turning off ProducerCache
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---