anyone has an idea, or the above can't be done with spring integration?
Type: Posts; User: gnasit; Keyword(s):
anyone has an idea, or the above can't be done with spring integration?
does some one have further insight into this..? Please let me know if i am not being clear in what i am trying to achieve.? Thanks.!
So how would i achieve what i am trying to do. Please see the diagram for what i am doing. The messages that are coming in the aggregator based on what is defined in the configuration xmls are 3. one...
the timestamps above in the messages are as follows:
1343687713274=Mon Jul 30 18:35:13 EDT 2012
1343687713646=Mon Jul 30 18:35:13 EDT 2012
1343687714107=Mon Jul 30 18:35:14 EDT 2012
in case it...
I have changed my aggregator to the following so that it implements the default correlation and release strategy
<int:aggregator id="profileAggregator"...
5065
please see the attached jpg for what i am trying to explain.
if apply sequence is set to true or not, the release strategy method is only called when the server initially starts up, after...
how do i ignore the sequence number in the custom release strategy. Below is my aggregator def.
<int:aggregator id="profileAggregator"
input-channel="customerProfileResponseChannel"...
Hello,
I am trying to use spring and spring integration in a new project that i am working on, and i was wondering how do i accomplish this with spring integration. Below is the scenario i have.
...