Hi,

Some message are not useless. So I want to abandon it in the processor.
*Does anybody know what's the proper way to abandon a message except using
filter?*

ex: 
                <route id="realtimeRoute" startupOrder="10">
                 <from uri="vantagemsgTimer"/>
                 <to id="ToMsgQueueProcessor1" uri="msgQueueProcessor1"/>
                 <to id="ToMsgQueueProcessor2" uri="msgQueueProcessor2"/>
                </route>

If a message doesn't satisfy some conditions in the processor
msgQueueProcessor1, so I don't hope it still will be passed to the next
processor msgQueueProcessor2.




--
View this message in context: 
http://camel.465427.n5.nabble.com/What-s-the-proper-way-to-abandon-a-message-in-processor-tp5747915.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to