Skip to content

component throttle

Raymond Meester edited this page Mar 21, 2023 · 3 revisions

Throttles on or more messages in memory.

Path

Name of the cookie

Options

Name Description Default Type
maximumRequestCount The maximum number of messages to throttle per request. org.assimbly int
timePeriod Sets the time period in milliseconds during which the maximum request count is valid for. int
asyncDelayed Enables asynchronous delay which means the thread will not block while delaying. true boolean
rejectExecution Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limit Is by default false boolean

More info

Camel documentation

Clone this wiki locally