Hi All,

I have one question about the seda component. there is a parameter
concurrentConsumers. I am confused about it. Sample code as below

        <route id="publishData" autoStartup="true" startupOrder="100">
            <from
uri=&quot;seda:trades?size=1000000&amp;amp;&lt;b>concurrentConsumers=100*"/>
            <to uri="testProcessor"/>
            <to uri="DB?testtable"/>
        </route>

concurrentConsumers=100, does it means it the route publishData will use 100
threads to receive data from the seda?



--
View this message in context: 
http://camel.465427.n5.nabble.com/question-about-seda-component-tp5752720.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to