Hello
I'm looking for some guidance on error handling in SI my flow follows
file:inbound-channel-adapter --> splitter --> transformer --> jms:outbound-channel-adapter
The idea is to take a...
Type: Posts; User: peterduckett; Keyword(s):
Hello
I'm looking for some guidance on error handling in SI my flow follows
file:inbound-channel-adapter --> splitter --> transformer --> jms:outbound-channel-adapter
The idea is to take a...
Right my general flow is.
file inbound-channel-adapter --> file-to-bytes-transformer --> splitter --> transformer --> aggregator --> jms outbound-channel-adapter
The idea is to take a CSV file...
I think I have the same problem and i have a used MessageGroupStoreReaper
Any one got any ideas
I did see a thread that suggested that no call backs are registered with the message store at the moment and this had been fixed.
I have used MessageGroupStoreReaper to...
I'm new to spring integration and have been trying to set up an aggregator.
What I'm trying to achieve is an aggregator that will combine messages into configable block (say 10 messages) but if...