Service Activator Handlers not running serially
问题 I am unable to get the service activator handlers run serially, they don't seem to run one after the other. In the below code, the fileWriterMessageHandler method is called before the fileUpload method. What is the standard return value that the fileUpload needs to return? @Bean public IntegrationFlow inboundChannelFlow(@Value("${file.poller.delay}") long delay, @Value("${file.poller.messages}") int maxMsgsPerPoll, TaskExecutor taskExecutor, MessageSource<File> fileSource) { return