Sidebar

Do large messages get truncated?

0 votes
204 views
asked Feb 8, 2022 by lewis-s-9714 (1,020 points)
We're sending a JSON message to a webservice that includes a large base64 data field. So of the larger messages  (more than 5MB) are getting bad request errors for missing parameters. Is it possible the messages are getting truncated? Can we expand the memory limit for outbound messages?

1 Answer

+1 vote
 
Best answer
No, QIE never truncates messages.  If there is a problem processing a large message usually there is an out-of-memory exception thrown and the message is sent to the error queue.

Please contact support@qvera.com if you require assistance in determining the underlying issue.
answered Feb 8, 2022 by jon-t-7005 (7,590 points)
selected Feb 8, 2022 by lewis-s-9714
...