I agree your opinion on setters and onInit
Type: Posts; User: mmrath; Keyword(s):
I agree your opinion on setters and onInit
Thank you so much for the the prompt replies. I have debugged the code and found that the error was thrown from somewhere in the line
SimpleMessageGroup messageGroup = new...
I have defined aggregator using the following code
<aggregator input-channel="filteredChannel"
output-channel="aggregatedChannel"
...
Looks like the message group storeis auto cleaned when the group is complete. hence issue 1 and 2 are solved?
Hi,
I have a requirement to clear message group store every night. How to achieve this? I am thinking if the message group reaper can help.
The second issue once a message group is...
Thanks for your reply Iwein.
A small query on ReleaseStrategy. My understanding was the ReleaseStrategy and CompletionStrategy are different. I might be completely wrong, please let me know in...
Hi Guys,
I want to implement my own message store for the following reasons.
1. I want to have a expire strategy whcih will determine whether a message group is expired or not, rather than just...
Hi Guys,
I understad that there was a parameter tracked-correlation-id-capacity in SI 1.0. I am not able to find the same in SI 2.0. Could anyone please let me know if there is a equivalent...
The second message is irrelavent only if I know that the first message is processed.
consider that M1 and M2 and the messages. It is not gurenteed that which one will have all the information, it...
Thanks for your kind reply Oleg.
How to handle the second part of 'a'. i.e we need to ignore the related message whcih arrives after the first message(all the info is avalable).
Do you if the...
Hi all,
Need few ideas for using spring integration for the below case.
We receive message of type M from external parties E1, E2 and E3
1) for every message from E1 a corresponding message...
Hi,
Does anybody know if there are any issues using SI 1.0.4 with spring 3?
Other parts of my project use spring 3.0 and I have to use SI with that.
I would like to use 2.0 but looks like it...