How do I configure the default maximum cache size for ProducerCache or ProducerTemplatePage edited by Claus IbsenChanges (1)
Full ContentHow do I configure the default maximum cache size for ProducerCache or ProducerTemplateAvailable as of Camel 2.3
You can configure the default maximum cache size by setting the Exchange.MAXIMUM_CACHE_POOL_SIZE property on CamelContext.
getCamelContext().getProperties().put(Exchange.MAXIMUM_CACHE_POOL_SIZE, "50");
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|