Camel How to dequeue all messages accumulated every X minutes

2016-06-08 Thread Guls
dequeue all entities from the queue at once every X minutes. such that my dequeuebean gets all the message accumulated. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-How-to-dequeue-all-messages-accumulated-every-X-minutes-tp5783739.html Sent from the Camel - Users mailing

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

2016-06-08 Thread souciance
m the queue at once every X minutes. > such that my dequeuebean gets all the message accumulated. > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/Camel-How-to-deque

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

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

2016-06-09 Thread souciance
5 > minutes?. > > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/Camel-How-to-dequeue-all-messages-accumulated-every-X-minutes-tp5783739p5783793.html > To start a new

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

2016-06-10 Thread Guls
camel.465427.n5.nabble.com/Camel-How-to-dequeue-all-messages-accumulated-every-X-minutes-tp5783739p5783833.html Sent from the Camel - Users mailing list archive at Nabble.com.

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

2016-06-13 Thread Quinn Stevenson
>> NAML >> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aem

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 ar

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

2016-06-14 Thread owain
Have a look at using the While mode on the loop pattern. http://camel.apache.org/loop.html ${body.length} <= 5 A${body} -- View this message in context: http://camel.465427.n5.nabble.com/Camel-How-to-dequeue-all-messages-accumulated-every-X-minu