[ 
https://issues.apache.org/jira/browse/ARTEMIS-3065?focusedWorklogId=535176&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535176
 ]

ASF GitHub Bot logged work on ARTEMIS-3065:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jan/21 03:14
            Start Date: 13/Jan/21 03:14
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on a change in pull request 
#3406:
URL: https://github.com/apache/activemq-artemis/pull/3406#discussion_r556236455



##########
File path: 
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/logger/ActiveMQAMQPProtocolLogger.java
##########
@@ -66,4 +66,9 @@
       "\nSuccess on Server AMQP Connection {0} on {1} after {2} retries" +
       
"\n*******************************************************************************************************************************\n",
 format = Message.Format.MESSAGE_FORMAT)
    void successReconnect(String name, String hostAndPort, int currentRetry);
+
+   @LogMessage(level = Logger.Level.WARN)
+   @Message(id = 111004, value = "An anonymous producer is sending messages on 
destination {0} and {1} while their AddressFullPolicies are clashing with each 
other. This could lead to inconsistencies between blocking and paging at your 
client sender. Notice you could have other occurencies of this scenario but 
this message is printed only once per anonymous client sender.",

Review comment:
       @michaelandrepearce as I have your attention, can you review this error 
message? or is it fine as is?




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 535176)
    Time Spent: 1h  (was: 50m)

> AMQP Anonymous Producer will block on global max page when using only paged 
> messages
> ------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3065
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3065
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.16.0
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.17.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> This is in between an improvement and a bug fix...
>  
> When sending message to a AMQP anonymous producer, and all the messages on 
> the producer have full address as paged, will still block.



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

Reply via email to