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

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

                Author: ASF GitHub Bot
            Created on: 05/Oct/23 16:11
            Start Date: 05/Oct/23 16:11
    Worklog Time Spent: 10m 
      Work Description: tabish121 commented on code in PR #4641:
URL: https://github.com/apache/activemq-artemis/pull/4641#discussion_r1347672026


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/BindingsImpl.java:
##########
@@ -61,6 +61,19 @@ public final class BindingsImpl implements Bindings {
    // This is public as we use on test assertions
    public static final int MAX_GROUP_RETRY = 10;
 
+   private boolean hasLocal;
+
+   private void checkBinding(Long bindingID, Binding binding) {
+      if (binding instanceof LocalQueueBinding) {
+         hasLocal = true;
+      }
+   }
+
+   private void checkBindinsIdMap() {

Review Comment:
   Seems like a spelling error maybe "checkBindingsIdMap"





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

    Worklog Id:     (was: 883563)
    Time Spent: 50m  (was: 40m)

> Auto-deleted clustered destinations can cause message loss
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-4450
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4450
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Anton Roskvist
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> If a destination has a remote binding but not a local one, certain 
> MessageLoadBalancingTypes can cause message loss, transparent to the producer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to