Add support for consumers in SerivcePool for instance to allow concurrent
consumers for FTP and others that are not tolerant for concurrency
--------------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-1682
URL: https://issues.apache.org/activemq/browse/CAMEL-1682
Project: Apache Camel
Issue Type: New Feature
Components: camel-core, camel-ftp
Affects Versions: 2.0.0
Reporter: Claus Ibsen
Fix For: 2.1.0
The Service Pool should support pooling consumers as well.
This is particular needed by the ftp consumer to allow concurrency consumers.
Maybe we could have a generic solution for the batch consumers to support
option {{concurrentConsumers}} as well.
See the seda component how it has this option.
Leveraging Service Pool and this new option would be ideal. If not possible we
can add special logic in the camel-ftp component
as its the component in most need for this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.