StreamConfig

Configuring for Resequence EIP in stream mode.

The StreamConfig eip supports 6 options, which are listed below.

Name Description Default Type

capacity

Sets the capacity of the resequencer inbound queue.

1000

Integer

timeout

Sets minimum time (milliseconds) to wait for missing elements (messages).

1000

String

deliveryAttemptInterval

Sets the interval in milliseconds the stream resequencer will at most wait while waiting for condition of being able to deliver.

1000

String

ignoreInvalidExchanges

Whether to ignore invalid exchanges.

false

Boolean

rejectOld

If true, throws an exception when messages older than the last delivered message are processed.

false

Boolean

comparator

To use a custom comparator as a org.apache.camel.processor.resequencer.ExpressionResultComparator type.

ExpressionResultComparator