python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sftp Outbound gateway. Fail to list file using regex
I want to lists files recursively as describe through a regex. This is the code that works
@Bean(value = "listFiles")
public IntegrationFlow listFiles() {
IntegrationFlow flow = Integrat...
Azinuddin
Votes: 0
Answers: 1
Spring integration - scheduled remove message groups
I use Spring Integration aggregator pattern and storing in JdbcMessageStore.
I know that .expireGroupsUponCompletion(true) and .expireGroupsUponTimeout(true) remove a group from the store.
I would lik...
Bully
Votes: 0
Answers: 1
Validator Exception Spring Integration: returning an error message in validator
Does anybody has an idea about how I can return an error message. I am trying to return an specific xml error message in my validator. This is my code:
@Override
public void validate(Object targe...
Bash
Votes: 0
Answers: 1
In FTP Outbound gateway, how do I get the original file name in an "mv" command?
First, I'm listing out the files in a directory which works fine. After listing, I want to move the files to a different directory which also works. However, what doesn't work is to retain the origina...
Azinuddin
Votes: 0
Answers: 1