Tried as You suggested, buy it didn't help - the only difference using 'fixed-delay' is that the timers starts counting from task completition, and not from task start.
I added expiration check...
Type: Posts; User: roadrunn; Keyword(s):
Tried as You suggested, buy it didn't help - the only difference using 'fixed-delay' is that the timers starts counting from task completition, and not from task start.
I added expiration check...
Thanks a lot for Your answers. When I set the 'max-messages-per-poll' to 1 I indeed have one poll per 3 seconds, but this means I check only one file each 3 seconds.
I'd really like to check all...
I have a following splitter & aggregator config:
<int:poller id="fixedThreadPoolPoller" default="true" fixed-rate="3000"
task-executor="fixedThreadPoolTaskExecutor"...
Spring EBR is still missing artifacts for 3.0.4.RELEASE. Those dependencies don't resolve:
<dependency>
<groupId>org.springframework.security</groupId>
...
Hello!
The MANIFEST.MF of org.springframework.faces-2.2.0.RELEASE.jar atrifact specifies an import to org.springframework.security.* packages in versions [3.0.4.RELEASE,3.1.0), which is incorrect...