On Wed, Apr 20, 2011 at 12:42 AM, Donald Whytock <[email protected]> wrote:
> I ask because it appears to, in my application where I'm using
> ROUTE_STOP to break out of a pipeline.
>
> Perhaps there should be some mechanism for breaking out of a pipeline
> without killing the whole route?  A PIPELINE_STOP property, or maybe
> ROUTE_STOP could contain the ID of the route to be broken out of,
> allowing containing routes to continue?
>

You can use the filter EIP to only process messages based on a predicate.

from X
  filter when Y
    to A
    to B
  end // filter
  to C // do something after filter for all messages

>
> On Tue, Apr 19, 2011 at 3:40 PM, Donald Whytock <[email protected]> wrote:
>> Hi all...
>>
>> Does using ROUTE_STOP on an email exchange prevent the message from
>> being deleted from the POP3 server?
>>
>> Don
>>
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
CamelOne 2011: http://fusesource.com/camelone2011/
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to