Stream-config
Stream-processing resequence EIP
The Stream-config EIP supports 6 options which are listed below:
Name | Description | Default | Type |
---|---|---|---|
capacity | Sets the capacity of the resequencer’s inbound queue. | 100 | Integer |
timeout | Sets minimum time to wait for missing elements (messages). | 1s | String |
deliveryAttemptInterval | Sets the interval in milli seconds the stream resequencer will at most wait while waiting for condition of being able to deliver. | 1s | String |
ignoreInvalidExchanges | Whether to ignore invalid exchanges | false | Boolean |
comparatorRef | To use a custom comparator | String | |
rejectOld | If true, throws an exception when messages older than the last delivered message are processed | false | Boolean |