class="org.servicemix.components.file.FilePoller"
destinationService="foo:fileSender">
<property name="workManager" ref="workManager"/>
<property name="file" value="inbox"/>
<property name="period" value="1000"/>
</component>
</components>
</container>
<!-- the work manager (thread pool) for this container -->
<bean id="workManager"
class="org.jencks.factory.WorkManagerFactoryBean">
<property name="threadPoolSize" value="30"/>
</bean>
</beans>
文章来源于领测软件测试网 https://www.ltesting.net/