Hi,
I have a testcase that FTP outbound channel adapter will continuously upload files to FTP Server, and another FTP inbound channel adapter will download them accordingly. It's a circular...
Type: Posts; User: guoxu1231; Keyword(s):
Hi,
I have a testcase that FTP outbound channel adapter will continuously upload files to FTP Server, and another FTP inbound channel adapter will download them accordingly. It's a circular...
The input channel is int-ftp:inbound-channel-adapter, it will download all matched files in one polling.(max-messages-per-poll="-1" ).
Downstream handler chain will archive, header enrich(for file...
Handler Chain is the recommended way to simplifies linear configuration to avoid define channels for each individual component., isn't that so?
Sure , it is inside <chain>.
Any workaround?
JIRA Link:
https://jira.springsource.org/browse/INT-2578
Hi,
As described in Docs 2.1.1.RELEASE/2.2.0.M1, there are a "send-timeout" attribute in <int:resequencer> which used to config the timeout for sending out messages.
but I encountered the...
Thanks, Amol. It's very helpful, this issue confused me all the morming. because it's a queue channel which should support FIFO as we know.
I'd like to use messageStore to prevent message...
Hi
Just use a QueueChannel(with in-memory HSQLDB message store support).
The message in is ok, but I found the message out sequence is incorrect.
I checked the JdbcMessageStore polling method, ...
It seems it's a similar issue with INT-1843
https://jira.springsource.org/browse/INT-1843
Hi Guys,
I found FTP Inbound Channel Adapter is very useful to integrate legacy mainframe system cause they also write to FTP directly as a output.
Below is my configuration to polling remote...
HI,
Just involved in a SWF+JSF project, every features of JSF are well supported by Spring Faces except data scroller(we use database pagination).
we have ugly pagination implemation as below,...
in springbatch2.0, when read from database, there are two options: JdbcCursorItemReader and JdbcPagingItemReader.
the former can config "fetchSize", the later similar property is "pageSize".
both...