Re: EIP pattern for blocking messages or delaying messages

2011-08-04 Thread srimin
Hi Is n't it that the routeStartTime 0 0/10 13 * * ? tells to start at 13:00 hours and it stops at 13:50 every day. -- View this message in context: http://camel.465427.n5.nabble.com/EIP-pattern-for-blocking-messages-or-delaying-messages-tp4599813p4666433.html Sent from the Camel - Users maili

Re: EIP pattern for blocking messages or delaying messages

2011-08-04 Thread srimin
Hi Is this bean definition mandatory for the CronScheduler? rgds srimin -- View this message in context: http://camel.465427.n5.nabble.com/EIP-pattern-for-blocking-messages-or-delaying-messages-tp4599813p4666466.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: EIP pattern for blocking messages or delaying messages

2011-08-01 Thread srimin
Hi using FuseESB- apache-servicemix-4.4.0-fuse-00-43 'myroute' should be opened from 13.00 to 13:50, but i see the messages are pumping in every minute as if there is no routePolicy applied. myroute.xml looks like this > class="org.apache.camel.routepolicy.quartz.CronScheduledRoutePolicy

Re: EIP pattern for blocking messages or delaying messages

2011-07-19 Thread srimin
Hi Just noticed from Ashwin's blog http://opensourceknowledge.blogspot.com/2010/09/developed-capability-in-camel-to.html Could http://camel.apache.org/cronscheduledroutepolicy.html this be used? I'm using spring based DSL. rgds srimin -- View this message in context: http://camel

EIP pattern for blocking messages or delaying messages

2011-07-18 Thread srimin
Hi I have a queue on which i'd like to receive JMS messages. I should start delivering the messages to an endpoint during working hours 9.00AM to 12.00PM I was wondering if there is any EIP pattern that could be helpful in achieving it. bw srim -- View this message in context: http://camel.4