Re: HTTP keeps retrying after maximumRedeliveries set

2016-10-13 Thread xenz
Hello, You shouldn't need to set the max retry count to 0 as it is the default. If that is the full log I suspect that is one try, try enabling debug logging or checking the Web servers access togs to confirm. The first two are info then the error stating it tried once. Exhausted after delivery a

Re: How to consume remote rest url and how to write given json response in a text file.

2016-10-13 Thread xenz
Hello., Have you looked at http://camel.apache.org/http4.html and http://camel.apache.org/file2.html You can use toD for the dynamic bit on the http4 consumer to add your variables. I am not exactly what you are looking for but hopefully this is a good start. - J On Thu, 13 Oct 2016, 21:26 Gun