amazon web services - SQS Message size -


By my understanding of docs, the queue entry size is limited to 256KB whether SQAS should have "objects" Need to pass?
Which alternative solutions are available, if I need to pass an object that is & gt; 256KB in size (split them, maybe?)

In such cases, you can send messages to most objects Outside of the S3 or any other database and store that point within a pointer in its SQS message.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -