Hi all,

Another newbie question, if you don't mind.

I have two processes that need the same message as input.  However, the
second process should only run based on successful output from the first
process.  Would a multicast/pipeline make sense here or not?  I don't need
either to get it to work, but I'm trying to follow some sort of Camel
standard.

Msg enters queue
bean one
if bean one successful
  bean two

Thanks,
Mike

Reply via email to