Re: onException query for sending error message to queue before starting retry

2015-05-21 Thread Andrew Block
Vanshul, Take a look at the onRedelivery (or onRedeliveryRef for spring/blueprint) that can be applied to either onException [1]  or errorHandler [2]. It allows for for a custom processor to be executed prior to redelivering a message. You should be able to configure a ProducerTemplate to send

onException query for sending error message to queue before starting retry

2015-05-21 Thread Vanshul . Chawla
Hello, We have a requirement wherein we need to perform a retry for 10 times with gap of 30 min. If retries fail, then we need to put message in error queue. Issue here is operations team will be unaware of any issues will 5 hrs 30 min. Is there a way OnException puts one error message before st