Hello.

I use postman to test Camel applications that consume JMS messages.
I've already done a lot of tests without any problem, but the last one
produces a strange error.

When I debug my Camel route, I see that a line feed (0x0a) byte has
been added at the end of the message. The source message length is
169492 (postman console confirms this length), and is a base64 encoded
value. The unexpected LF produces a base64 decoder failure.

I don't know if the problem comes from the HTTP API when it receives
the post request, or when the message is read and sent to the JMS
consumer.

I've tried to inspect messages that are stored in a postgresql
database, but I can't extract information from the column "msg".

Is there any way to check what is stored for this message ?

Is this issue already known ?

Thanks for your help.

Regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org
For additional commands, e-mail: users-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to