Camel How to dequeue all messages accumulated every X minutes

2016-06-08 Thread Guls
I am new to Camel. I have a requirement, where I need to dequeue all messages from an activemq every 5 minutes. If I try to introduce a delayer in the route, the very first message is delayed by 5 minutes and subsequently my dequeuebean is called for every message once. Suppose if there were 20 m

Re: Camel How to dequeue all messages accumulated every X minutes

2016-06-09 Thread Guls
Quartz will only help me call dequeue route every 5 minutes. But how will quartz help me dequeue all the message, that are accumulated for past 5 minutes?. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-How-to-dequeue-all-messages-accumulated-every-X-minutes-tp57837

Re: Camel How to dequeue all messages accumulated every X minutes

2016-06-10 Thread Guls
I didn't look deep enough with Quartz earlier; Thanks. I got it working with below route. -- View this message in context: http://camel.46

Re: Camel How to dequeue all messages accumulated every X minutes

2016-06-14 Thread Guls
I am tied to xml. I couldn't get it working in. Can the same be achieved using Spring Xml.? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-How-to-dequeue-all-messages-accumulated-every-X-minutes-tp5783739p5784012.html Sent from the Camel - Users mailing list archive a