This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2d032ef87b920132a13894407b8eaa838e4c821a
Author: Max Fortun <max.for...@wsj.com>
AuthorDate: Tue May 22 17:21:54 2018 -0400

    Allow exceptions to be thrown so that route control could be configured on 
application level.
---
 components/camel-dns/src/main/docs/dns-component.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-dns/src/main/docs/dns-component.adoc 
b/components/camel-dns/src/main/docs/dns-component.adoc
index 7035e79..1e3a5ad 100644
--- a/components/camel-dns/src/main/docs/dns-component.adoc
+++ b/components/camel-dns/src/main/docs/dns-component.adoc
@@ -164,6 +164,7 @@ i.e. You may have an instance in NYC and an instance in 
SFO. You would configure
                <property name="hostname" value="service.example.com" />
                <property name="resolvesTo" value="nyc-service.example.com" />
                <property name="ttl" value="60000" />
+               <property name="stopRoutesOnException" value="false" />
        </bean>
 
        <route id="routeId" autoStartup="false" 
routePolicyRef="dnsActivationPolicy">

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.

Reply via email to