Posted: Mon Aug 11, 2008 10:06 am Post subject: Aggregation
Acolyte
Joined: 16 Jan 2007 Posts: 62
Msgflow is
1. MQInput/HttpInput->Compute->MQInput->AggregateControl(AGC)
2.a. AGC->compute->MQOutput->AggregateRequest(AGR)request1
2.b. AGC->compute->MQOutput->AggregateRequest(AGR)request2
2.a. Msgflow is a http call and 2.b. is a timer call means when http request begins timer will also start.So at Fan-In there will be 2 reply always.
HTTP Call Msgflow has 2 output - mqreply and mqoutput.The mqreply will carry the actual response and mqoutput send message to 2.b.( AGC->compute->MQOutput->AggregateRequest(AGR)request2) to update the running timer to execute as current (Cancel is not possible because Fan-In expect 2 replies).Thought to update the waiting one by using the same identifier and starttime as current. Problem is new updated timer msg. goes into Unknown reply in Fan-In whereas Http request work as expected.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum