Search:

Type: Posts; User: guoxu1231; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    244

    Trap in DefaultFtpSessionFactory

    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...
  2. The input channel is...

    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...
  3. Handler Chain is the recommended way to...

    Handler Chain is the recommended way to simplifies linear configuration to avoid define channels for each individual component., isn't that so?
  4. Sure , it is inside . Any workaround? ...

    Sure , it is inside <chain>.

    Any workaround?

    JIRA Link:
    https://jira.springsource.org/browse/INT-2578
  5. "send-timeout" attribute in

    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...
  6. Replies
    8
    Views
    398

    Thanks, Amol. It's very helpful, this issue...

    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...
  7. Replies
    8
    Views
    398

    Disordered MessageGroupQueue

    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, ...
  8. It seems it's a similar issue with INT-1843 ...

    It seems it's a similar issue with INT-1843

    https://jira.springsource.org/browse/INT-1843
  9. How to clean Local Directory in FTP Inbound Channel Adapter

    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...
  10. Pagination View State and JSF Data Scroller

    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,...
  11. JdbcCursorItemReader and JdbcPagingItemReader

    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...
Results 1 to 11 of 11