python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Integration Processor
I want to define a flow that writes to MongoDB, and only on success writes the IDs to Kafka. I'm using the JavaDSL, and I'd wish to have a FlowBuilder class that defines my pipeline at a high level. I...

user7551211
Votes: 0
Answers: 1
Correct way to start InboundChannelAdapter
I am using annotation based
@Bean
public MessageChannel channel() {
return new DirectChannel();
}
@Bean
@InboundChannelAdapter(value = "channel",poller = @Poller(fixedDelay="1000&...
YerivanLazerev
Votes: 0
Answers: 1
service-activator activated only for half messages
I am using a (already set up) Spring Integration worfklow in which I try to add a service-activator that will basically count messages.
In this example I log the payload of the message but only for de...

Marvin
Votes: 0
Answers: 1
Receive mails from Inbox on startup with Integration Mail
As already said in the title I'm looking for a way to receive mails with Integration Mail on Startup. Due to restrictions in the system I'm working in, the only way to get the mails is over the inbox ...

David T.
Votes: 0
Answers: 1