[
https://issues.apache.org/jira/browse/DISPATCH-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042176#comment-17042176
]
ASF GitHub Bot commented on DISPATCH-975:
-----------------------------------------
ChugR commented on pull request #692: DISPATCH-975: Implement max-message-size
policy restrictions
URL: https://github.com/apache/qpid-dispatch/pull/692
* This commit has the basics of the implementation for initial review.
* This commit has tests for the size settings in the schema but no tests
checking run-time enforcement.
Notes:
* Max message size is enforced on message/transfer ingress only.
Once a message has entered the router network it is free to go to any
destination.
* When a message exceeds max size then the ingress link is closed with an
error
Delivery copies of oversize denied messages are aborted.
* In message.c oversize messages are detected and then handled as
discarded and aborted.
* In router_node.c oversize messages are logged, links are closed,
and downstream deliveries are disconnected.
----------------------------------------------------------------
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:
[email protected]
> Policy has no provision for limiting user message size
> ------------------------------------------------------
>
> Key: DISPATCH-975
> URL: https://issues.apache.org/jira/browse/DISPATCH-975
> Project: Qpid Dispatch
> Issue Type: Bug
> Reporter: Charles E. Rolke
> Assignee: Charles E. Rolke
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]