I have seen the Wire Tap pattern, but no code to give me an idea of how that
would look. Do you have any examples in Camel/Java ???

And where is this central controller that manages the TimerEndpoint, and the
returnStatusChannel ? I do not fully understand how the correlation ID is
maintained for the 2 processes.



On Wed, Sep 17, 2008 at 12:13 AM, James Strachan
<[EMAIL PROTECTED]>wrote:

> 2008/9/16 Mick Knutson <[EMAIL PROTECTED]>:
> > 1 thought I had  looking through the patterns is using an aggregator.
> Even
> > though there is only 1 message going out.
> > Then, I could passivate the AggregatorCollection. Then add a
> correclationId
> > to the outgoing message. Now I would expect the new message that was
> created
> > by the Python service to hav ethat correlationId.
>
> Interesting thought; I guess you could use a WireTap to send a message
> to a timer endpoint and the service both with a common correlationID;
> then correlate the responses back together. The main difference though
> is you don't want to wait for both replies; if the timer comes back
> first you want to fire a failure message; if the other message comes
> back you might want to cancel the timer.
>
>
> > Note, the return message is not a respose. it is just a message that
> states
> > the change request was processed. I need this seperation because there is
> a
> > specific CR that can take 24 hours to complete.
> >
> > So then, when a new message is returned that has my correclationId,
> within
> > the alloted timeframe, we are complete, otherwise the aggreggator can
> have a
> > TTL then send a new message to the DLC.
> >
> > Does this sound correct?
>
> Sounds good.
>
> --
> James
> -------
> http://macstrac.blogspot.com/
>
> Open Source Integration
> http://open.iona.com
>



-- 
---
Thank You…

Mick Knutson
BASE Logic, inc.
(415) 354-4215

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com

Reply via email to