Throttling Exception Route Policy
A throttle based RoutePolicy which is modelled after the circuit breaker and will stop consuming from an endpoint based on the type of exceptions that are thrown and the threshold settings.
Metadata
| Property |
Value |
| Interface Type |
org.apache.camel.spi.RoutePolicy |
| Version |
4.10.2 |
Maven Dependency
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-support</artifactId>
<version>4.10.2</version>
</dependency>