Queue Limitation Query

Could anybody help me with how much data can be included within each Queue Item?

Hello @jin.magjo,

Welcome to the community !!

The Queue Items you add will be stored in the SQL DB in the Queue Items Table. The data you add to the queue Item goes under the specific content column. The Datatype of this column is nvarchar(max), this has a limitation of 2 GByte.

Regards,
Nithin

altho this is true for the database portion of the question, i dont think you want to increase the request size to allow for 2GB size :upside_down_face:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.