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 2021/03/23 21:42:01 UTC

[GitHub] [activemq-artemis] clebertsuconic opened a new pull request #3516: ARTEMIS-3204 Fixing NPE on Counting Queue for Resource Limit

clebertsuconic opened a new pull request #3516:
URL: https://github.com/apache/activemq-artemis/pull/3516


   


-- 
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



[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #3516: ARTEMIS-3204 Fixing NPE on Counting Queue for Resource Limit

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on a change in pull request #3516:
URL: https://github.com/apache/activemq-artemis/pull/3516#discussion_r599976724



##########
File path: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java
##########
@@ -363,7 +363,7 @@
    ActiveMQSessionCreationException sessionLimitReached(String username, int limit);
 
    @Message(id = 229111, value = "Too many queues created by user ''{0}''. Queues allowed: {1}.", format = Message.Format.MESSAGE_FORMAT)
-   ActiveMQSessionCreationException queueLimitReached(String username, int limit);
+   ActiveMQSecurityException queueLimitReached(String username, int limit);

Review comment:
       before anyone asks.. this was supposed to be a SecurityException :)




-- 
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



[GitHub] [activemq-artemis] clebertsuconic merged pull request #3516: ARTEMIS-3204 Fixing NPE on Counting Queue for Resource Limit

Posted by GitBox <gi...@apache.org>.
clebertsuconic merged pull request #3516:
URL: https://github.com/apache/activemq-artemis/pull/3516


   


-- 
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