ChugR opened a new pull request #741:
URL: https://github.com/apache/qpid-dispatch/pull/741


   …agement
   
   * Interior routers perform max message size checks on message ingress.
     Once a message has entered the interior router network it is never again
     checked for max message size.
   
   * Edge routers perform max message size checks on message ingress.
     Once a message has entered the edge router it may be forwarded to
     another locally connected destination and it is not again checked for
     max message size.
   
   * Messages that are accepted by an edge router and are then forwarded to
     an interior router are also checked for max message size by the interior
     router.
   
   * Management requests and responses that are destined to an interior
     router are checked for max message size by the interior router.
   
   The recommendation to avoid blocking edge router management is to set
   the interior router's max message size greater than the size of expected
   edge router management requests and responses. Typically management
   responses are larger and are under 5,000,000 bytes.
   
   Another recommendation is to keep edge router max message sizes 1 kilobyte
   smaller than the attached interior router max message size. This keeps
   edge router connections stable while forwarding edge router user
   messages to the interior router network.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to