-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.20.2
-
Fix Version/s: None
-
Component/s: camel-quartz2
-
Labels:None
-
Estimated Complexity:Unknown
While running integration tests, most of our components are mocked, but for now there is no possibility to completly disable quartz2 routes.
My suggestion is to provide additional option "execute" which defaults to "true", but we can set it to "false" in tests. If this option is set to false - the route doesn't fire at all.
It could be also nice (as an additional feature) to disable firing quartz2 routes CamelContext-wide