with jmx, I notice the same thread stack for each channelTaskExecutor :
Name: channelTaskExecutor-50
State: WAITING on...
Type: Posts; User: hlassiege; Keyword(s):
with jmx, I notice the same thread stack for each channelTaskExecutor :
Name: channelTaskExecutor-50
State: WAITING on...
Actually, I still have the problem from time to time.
Do you have any idea which class I can try to debug ?
In the logs, I just see that every channelTaskExecutor from the threadpool gives...
For information I don't reproduce the problem with version 2.0.6. I used version 1.0.1 yesterday.
Thanks
Bye
The file adapter :
<file:inbound-channel-adapter id="filesIn" directory="file:${queue.directory}"
filter="queueCompositeFilter">
<integration:poller max-messages-per-poll="50">...
Here it is :
<bean id="channelTaskExecutor"
class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
<property name="corePoolSize" value="50"/>
<property name="daemon"...
Hi,
I currently have a spring integration process which is single threaded, eg each channels use DirectChannel.
I use a service activator which is responsible of sending emails and I would...
Hi,
The background (optionnal): I'm currently trying to work on an application that use spring integration.
This application seems to have some problems however I'm still waiting for more...
Ok, that's done : https://jira.springsource.org/browse/INT-1916
Hi,
I have exactly the same question.
In the XSD, it seems we can't have poller and locker together.
Is it the expected behaviour ?