Hi You can use Camel's error handler to setup redelivery. Then it will only retry that endpoint which was down. http://camel.apache.org/error-handling-in-camel.html
Follow the links from that page. Although error handling is a more hardcore topic then take extra time to study the docs / examples. You can also find some blogs about error handling at http://camel.apache.org/articles.html And then the Camel books covers this too (in action and the cookbook book) http://camel.apache.org/books.html On Fri, Jun 19, 2015 at 9:05 PM, lilw <[email protected]> wrote: > Hello, > I have a list of recipients, but I'm not sure what I could do to have the > available recipientList do the following: > - if one of my external endpoints is down, queue up messages for it and keep > retrying till the endpoint is finally available. > - if one of my external endpoints is down, retry only that endpoint and not > the cluster of endpoins. > > I hope there is something in Camel already that I could use with my existing > Spring XML constructs. > Thanks a lot > lw > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/customizing-recipientList-tp5768423.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
