Here is my route 

from(“ibatis:selectunprocessedtrades”) 
.process(processtrades) 
.to(“ibatis:updateTrade”); 

What I would expect is that the camel route will be executed when the
selectunprocessedtrades fetches rows of unprocessed trades, however, the
route gets executed regardless of the result. This behavior, in my
observation, is inconsistent with the rest of camel components. For example
if we are polling a file 
from(“file:c:/work/”).to(“jms:processqueue) 
the route will only be executed when there is a file in the c:/work
directory. 

Please advise. 

-- 
View this message in context: 
http://www.nabble.com/IBatis-component-inconsistency-tp23045297p23045297.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to