Threading Model
Page edited by Claus Ibsen
Changes (10)
...
You can use {{-1}} in maxQueueSize to indicate a unbounded queue.
In
Author: davsclaus
Date: Fri Aug 12 17:04:23 2011
New Revision: 1157189
URL: http://svn.apache.org/viewvc?rev=1157189&view=rev
Log:
CAMEL-4298: Added ExecutorServiceStrategy to be backwards compatibile. Marked
it as @deprecated. This ensures 3rd party components still work with future
Camel relea
Advanced configuration of CamelContext using Spring
Page edited by Claus Ibsen
Changes (1)
...
| InflightRepository | 0..1 | *Camel 2.1:* To us
Advanced configuration of CamelContext using Spring
Page edited by Claus Ibsen
Changes (1)
...
| ShutdownStrategy | 0..1 | *Camel 2.2:* To use
Author: davsclaus
Date: Fri Aug 12 16:42:19 2011
New Revision: 1157183
URL: http://svn.apache.org/viewvc?rev=1157183&view=rev
Log:
CAMEL-4298: Lookup methods on ExecutorServiceManager no longer needed. Added
custom ThreadPoolFactory test, and possible to configure in XML DSL.
Added:
camel/t
Copied:
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/CustomExecutorServiceManagerTest.java
(from r1156598,
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/CustomExecutorServiceStrategyTest.java)
URL:
http://svn.apache.org/view
Author: davsclaus
Date: Fri Aug 12 12:30:59 2011
New Revision: 1157072
URL: http://svn.apache.org/viewvc?rev=1157072&view=rev
Log:
Fixed test
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FilePollingConsumerTest.java
Modified:
camel/trunk/camel-core/src/tes
Author: davsclaus
Date: Fri Aug 12 09:31:01 2011
New Revision: 1157023
URL: http://svn.apache.org/viewvc?rev=1157023&view=rev
Log:
Should create daemon threads by default
Modified:
camel/branches/camel-2.8.x/camel-core/src/main/java/org/apache/camel/impl/DefaultExecutorServiceStrategy.java