How do I configure the default maximum cache size for ProducerCache or ProducerTemplatePage added by Claus IbsenHow 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
|
Add Comment
|