Re: Periodic queue consumer

2015-02-02 Thread James Green
Interesting choice in JMS 2 to add a delivery delay based in milliseconds. Was there a reason not to accept a Date do we know? On 2 February 2015 at 09:55, Claus Ibsen claus.ib...@gmail.com wrote: Hi ActiveMQ has a scheduler on the client side, so you can delay sending the message

Re: Periodic queue consumer

2015-02-01 Thread Willem Jiang
I think the polling consumer[1] can meet your needs. Now you may need to implement the polling consumer for your queue. [1]http://camel.apache.org/polling-consumer.html -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English)

Periodic queue consumer

2015-01-30 Thread James Green
We have a need to route message to a temporary location and to re-submit them every n seconds. We're thinking of sending the message to a queue if a later re-try is needed. A separate process would then be required to read from the queue and re-submit. This is fine but clearly listening on a