OK. I had http endpoint as input to my route which I think caused it
to poll indefinitely.
Using a timer makes it more sane.
http://apps.dhis2.org/dev/api/metaData.xml?httpClient.authenticationPreemptive=true&authMethod=Basic&authUsername=admin&authPassword=district"/>
On 18 April 2012 13:
I have a route which gets data using an http endpoint. I am trying to
sensibly handle errors on the route. Because its a remote server
there are many things which could go wrong in the network, so I
configured an errorhandler with maximumRedeliveries="5".
My problem is that if I test with a dumm