wy96f commented on a change in pull request #2802: ARTEMIS-2457 implement ring
queue
URL: https://github.com/apache/activemq-artemis/pull/2802#discussion_r317447271
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
##########
@@ -974,6 +1018,8 @@ public void addTail(final MessageReference ref) {
public void addTail(final MessageReference ref, final boolean direct) {
enterCritical(CRITICAL_PATH_ADD_TAIL);
try {
+ enforceRing();
Review comment:
Should put enforceRing below schedule and direct deliver code?
----------------------------------------------------------------
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]
With regards,
Apache Git Services