/[Apache-SVN]
ViewVC logotype

Revision 1394419


Jump to revision: Previous Next
Author: davsclaus
Date: Fri Oct 5 09:15:22 2012 UTC (11 years, 6 months ago)
Changed paths: 5
Log Message:
CAMEL-5683: SendProcessor should not use a soft cache as we want the producer to be kept around, as we only store a single producer. This prevents the producer to be GC when running low on memory, that can cause Camel JMS component using temporary queues with request/reply to create new producer, and not re-use existing. Causing a leak for message listeners over time.

Changed paths

Path Details
Directorycamel/branches/camel-2.9.x/ modified , props changed
Directorycamel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java modified , text changed
Directorycamel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/impl/converter/AsyncProcessorTypeConverter.java modified , text changed
Directorycamel/branches/camel-2.9.x/camel-core/src/main/java/org/apache/camel/processor/SendProcessor.java modified , text changed
Directorycamel/branches/camel-2.9.x/camel-core/src/test/java/org/apache/camel/management/ManagedProducerCacheTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26