What is the message payload size restriction in public and private cloud?

There is a confusion whether it is 3MB or 10MB as seen in a few community posts -

https://community.apigee.com/questions/23218/payload-size-restiction-on-edge.html

Solved Solved
0 1 187
1 ACCEPTED SOLUTION

It is 10 MB for both public and private cloud installations.

The easiest way to check it is to execute following command in /opt/apigee folder : grep -R -i "body.buffer.limit" * . It will look for all body.buffer.limit lines in the config files.

The documentation has more details:

http://docs.apigee.com/api-services/content/enabling-streaming#whatelseshouldiknowaboutstreaming

View solution in original post

1 REPLY 1

It is 10 MB for both public and private cloud installations.

The easiest way to check it is to execute following command in /opt/apigee folder : grep -R -i "body.buffer.limit" * . It will look for all body.buffer.limit lines in the config files.

The documentation has more details:

http://docs.apigee.com/api-services/content/enabling-streaming#whatelseshouldiknowaboutstreaming