Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.16.0
-
None
-
Unknown
Description
Within CAMEL-17593 a new property `messageHeaderExceededLimit` was added for producer. By setting it we can either ignore too many headers (aws sqs can contain max 10 headers), warn or throw. However none of them is working as due to the code bug this new code is always ignored.
Please look at screenshot, taken in Sqs2Producer class