We are encountering issue with Queue processor trying to process an inbound email with attachments. We’ve enabled “Large message exception handling” but encountered this error :- Caused by: com.fasterxml.jackson.core.exc.StreamConstraintsException: String value length (20054016) exceeds the maximum allowed (20000000, from `StreamReadConstraints.getMaxStringLength()`)
When we receive an inbound email via the email listener and the case in question it needs to attach to is currently locked by another user, we put the attachments on the queue processor to attempt attachment to the case at a later time. But we have just encountered this error.
No we don’t have this set and the problem isn’t the size of the email via the listener its the processing of the email if the case in question is currently locked by another user by the queue processor. We don’t want to restrict the size of the emails.