[
https://issues.apache.org/jira/browse/ARTEMIS-3065?focusedWorklogId=535246&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535246
]
ASF GitHub Bot logged work on ARTEMIS-3065:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jan/21 08:18
Start Date: 13/Jan/21 08:18
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on a change in pull
request #3406:
URL: https://github.com/apache/activemq-artemis/pull/3406#discussion_r556335902
##########
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:
It made sense to me when i read it.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 535246)
Time Spent: 1h 20m (was: 1h 10m)
> 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 20m
> 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)