Kestrel

Kestrel

Scheme: kestrel

Camel endpoint for communication with a kestrel based queue.

Name Kind Type Required Deprecated Default Value Enum Values Description
addresses path java.lang.String[] false The address(es) on which kestrel is running
queue path java.lang.String true false The queue we are polling
waitTimeMs parameter int false 100 How long a given wait should block (server side), in milliseconds
concurrentConsumers parameter int false 1 How many concurrent listeners to schedule for the thread pool
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

kestrel consumer

A Camel consumer that polls a kestrel queue.