You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/03/27 12:15:22 UTC

[GitHub] [activemq] coheigea opened a new pull request #521: AMQ-7458 - Implement bounds checking on the message scheduling proper…

coheigea opened a new pull request #521: AMQ-7458 - Implement bounds checking on the message scheduling proper…
URL: https://github.com/apache/activemq/pull/521
 
 
   …ties
   
   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 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:
users@infra.apache.org


With regards,
Apache Git Services