I have a number of routes that do a bit of processing and then hand off to
other routes.  One of the upstream routes splits streaming data to a
downstream route.  If that downstream route encounters problems it should
notify the upstream route to stop splitting and cease processing.  What
mechanisms does camel provide to help?

Reply via email to