Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.13.0, 3.14.1
-
None
-
Unknown
Description
Sqs2Producer turns Boolean header into messageAttribute with dataType=Number.Boolean, stringValue="0" or stringValue="1"
However Sqs2Consumer seems to incorrectly convert messageAttribute into header while constructing Exchange - instead of turning the "1" -> true, "0" -> false it leaves the values as "1", "0" strings. Shouldn't it convert it directly to Boolean (true, false)?
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-17593 camel-aws2-sqs - Camel skips messageAttributes if more then 10 without any info
- Resolved
- links to