You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Colm O hEigeartaigh (Jira)" <ji...@apache.org> on 2020/03/27 12:14:00 UTC

[jira] [Created] (AMQ-7458) Implement bounds checking on the message scheduling properties

Colm O hEigeartaigh created AMQ-7458:
----------------------------------------

             Summary: Implement bounds checking on the message scheduling properties
                 Key: AMQ-7458
                 URL: https://issues.apache.org/jira/browse/AMQ-7458
             Project: ActiveMQ
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 5.16.0


This task is to implement bounds checking on the message scheduling properties. The values for delay, period  + repeat should be rejected if they are < 0. Also, a maximum value should be set (and configurable) for the max repeat value, as it has the potential to cause a denial of service issue if many messages are sent with a repeat value of Integer.MAX_VALUE. In the accompanying PR, I've set the default max value to 1000.



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