2 Home
gitea_admin edited this page 2026-03-11 14:44:59 +00:00

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>