I have a slow Filter. Filter support for additional information to the Message ? Maybe I must create a Transformer. In this case,I must to get data twins.
Type: Posts; User: demohawk; Keyword(s):
I have a slow Filter. Filter support for additional information to the Message ? Maybe I must create a Transformer. In this case,I must to get data twins.
Router or Filter supports Asynchronous polling? I have a Router work that Heavy and slow.How should I do?
I have solved this problem.
<service-activator input-channel="stockoutpass" ref="stockOutService" method="doSomething">
<poller receive-timeout="5000" task-executor="taskExecutor"...
I created a generic class and method as my service.But when I start Tomcat, but get a wrong loop:
...
2011-09-14 10:35:00,865 [task-scheduler-2] ERROR...
I had read the Reference about async-polling and async-gateway. I think async-polling is a good method. I want to do something with a third system .It's slow and Connection limit.But github hasn't...
Someone can help me?Spring integration support spring 3 Annotation @Async? If My task implements Runnable,Service into an infinite loop.How do I!!!
I have a question about Asynchronous polling..
Configuration:
<task:annotation-driven executor="taskExecutor" />
<gateway id="outMaterial"...