1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
314 views
by lewis-s-9714 (1.0k 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.
by jon-t-7005 (8.2k points)
selected by lewis-s-9714
...