Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

default value

Description

pollInterval

1000

How frequent to poll from the SEDA queue

concurrentConsumers

1

To use concurrent consumers polling from the SEDA queue.

transferExchange

false

Camel 2.8.0: if set to true the whole Exchange will be transfered. If header or body contains not serializable objects, they will be skipped.

transacted

false

Camel 2.1110.4: if set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete.

...