ChugR opened a new 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org