A cron based RoutePolicy that can be used to start/stop routes at specific times.
Updated 2026-03-18 01:25:52 +00:00
RoutePolicy which executes for a duration and then triggers an action. This can be used to stop the route after it has processed a number of messages, or has been running for N seconds.
Updated 2026-03-18 01:25:50 +00:00
A basic RoutePolicy that can be used to start/stop routes using fixed intervals.
Updated 2026-03-18 01:25:48 +00:00
RoutePolicyFactory which executes for a duration and then triggers an action. This can be used to stop a set of routes after they have processed a number of messages, or has been running for N seconds.
Updated 2026-03-18 01:25:46 +00:00
Logs HTTP requests and responses for the camel-http component.
Updated 2026-03-17 23:28:43 +00:00
This strategy is used for accepting all headers.The intention is for use with development and troubleshooting where you want Camel to keep all headers * when sending and receiving using components that uses HeaderFilterStrategy
Updated 2026-03-17 21:04:04 +00:00
A throttle based RoutePolicy which is capable of dynamic throttling a route based on number of current inflight exchanges.
Updated 2026-03-17 21:04:03 +00:00
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.
Updated 2026-03-17 21:04:03 +00:00
The default header filtering strategy. Users can configure which headers is allowed or denied.
Updated 2026-03-17 21:00:16 +00:00
Idempotent repository that uses a SQL database to store message ids.
Updated 2026-03-17 20:53:37 +00:00
A file based idempotent repository. Comes with 1st-level in-memory cache for fast check of the most frequently used keys.
Updated 2026-03-17 20:53:33 +00:00
Idempotent repository that uses Kafka to store message ids. Uses a local cache of previously seen Message IDs. The topic used must be unique per logical repository (i.e. two routes de-duplicate using different repositories, and different topics) On startu
Updated 2026-03-17 20:53:02 +00:00
A memory based IdempotentRepository.
Updated 2026-03-17 20:52:00 +00:00
Idempotent repository that uses JCache to store message ids.
Updated 2026-03-17 20:51:38 +00:00
Idempotent repository that uses EHCache cache to store message ids.
Updated 2026-03-17 20:50:40 +00:00
Idempotent repository that uses Cassandra table to store message ids. Advice: use LeveledCompaction for this table and tune read/write consistency levels.
Updated 2026-03-17 20:49:59 +00:00
Idempotent repository that uses Hazelcast cache to store message ids.
Updated 2026-03-17 20:49:58 +00:00
Idempotent repository that uses MongoDB to store message ids.
Updated 2026-03-17 20:49:58 +00:00
Idempotent repository that uses Redis to store message ids.
Updated 2026-03-17 20:49:57 +00:00
Idempotent repository that uses Caffiene cache to store message ids.
Updated 2026-03-17 20:49:56 +00:00