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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e8158a  CAMEL-15036: Make it easier to switch to use supervising 
route controller.
4e8158a is described below

commit 4e8158a8cb7d3b7d315af7bd8dac8c5c704ab0b3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon May 11 12:51:47 2020 +0200

    CAMEL-15036: Make it easier to switch to use supervising route controller.
---
 .../src/main/resources/application.properties                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
 
b/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
index 0c1c000..ab64699 100644
--- 
a/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
+++ 
b/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
@@ -37,7 +37,7 @@ management.endpoint.camelroutes.read-only = false
 
 camel.springboot.name = SampleSupervisingRouteController
 
-camel.springboot.routeControllerEnabled = true
+camel.springboot.routeControllerSuperviseEnabled = true
 camel.springboot.routeControllerInitialDelay = 5000
 camel.springboot.routeControllerBackoffDelay = 5000
 camel.springboot.routeControllerBackoffMaxAttempts = 10

Reply via email to