You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Charles E. Rolke (Jira)" <ji...@apache.org> on 2020/04/17 16:10:00 UTC

[jira] [Created] (DISPATCH-1625) Router should honor peer AMQP attach max-message-size

Charles E. Rolke created DISPATCH-1625:
------------------------------------------

             Summary: Router should honor peer AMQP attach max-message-size
                 Key: DISPATCH-1625
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1625
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Policy Engine, Router Node
    Affects Versions: 1.11.0
            Reporter: Charles E. Rolke
            Assignee: Charles E. Rolke


Max message size violations are enforced with a connection closure. See DISPATCH-975

Consider the case of messages coming to an interior router from a client on an edge router. If the edge router size limit is larger than the interior router size limit and a client sends a message whose size is between the two limits then the interior router closes the connection to the edge router. This is undesirable.

If the edge router, or any router, honored the attach frame max-message-size then the interior router's size limit could be enforced completely by the edge router. The clients message to the interior router would be aborted and the connection would not be taken down.

This same feature could apply to any AMQP peer and not just apply to interrouter connections.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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