Reltio imposes certain limitations on SQS queues, primarily driven by AWS SQS restrictions. The key limitation is that the maximum message size for SQS is 256 KB. If a message exceeds this limit, it will not be delivered, and Reltio provides a workaround where it writes only the URI and event type for large objects. The full data must then be retrieved separately using an additional API call to Reltio.
If you need to reduce the message size, you can filter unnecessary fields by modifying the JMSEventsFilteringFields configuration. Additionally, Reltio does not provide a built-in way to identify oversized messages directly, but users can implement custom logic to check message sizes before sending them to the queue
------------------------------
vasanth p
Majix soultions
------------------------------