Hello,
we are using the jbi:file component to poll a huge amount of files. In a
test szenario, i am deploying 2000 small files, which are polled correctly.
When i deploy another 2000 files, a lot of them (300-500) seem to be ignored
by the filepoller.
Behaviour: You can still delete them, so there is no lock on them. If you
deploy more files, the newer ones are being polled, whereas overwriting the
sticky ones does not help.
Test-Setup: 2000 files with different file names. 2nd deploy with same
filenames.
Configuration:
<file:poller service="FilePoller"
endpoint="FileIn"
targetService="InboundRoutingService"
targetEndpoint="FileInEndpoint"
file="../Data/Inbound/FileIn"
autoCreateDirectory="false"
period="5000"
archive="../Data/Inbound/Archive">
<!-- Custom Marshaler, if you are not going to poll xml files.
-->
<property name="marshaler">
<bean
class="org.apache.servicemix.components.util.BinaryFileMarshaler" />
</property>
</file:poller>
Any ideas how i can analyse this behaviour?
thx in advance
--
View this message in context:
http://www.nabble.com/Filepoller-sometimes-does-not-work-tp20850432p20850432.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.