Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.18.3
-
None
-
None
Description
When sending messages using the REST API, some payloads are stored with an unexpected byte (0x0A) at the end of the text. This can be verified in the msg column field when using a JDBC persistence adapter. Sending the same messages using a usual JMS (open-wire) connection has never the problem. This issue is probably on the REST API's data handling...
Anyway, most of messages are correctly processed, and this random behavior is perhaps depending on the size of the messages : for some of them the text is around 170.000 bytes. Short messages seem not to be altered.