[
https://issues.apache.org/jira/browse/ARTEMIS-4450?focusedWorklogId=883556&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-883556
]
ASF GitHub Bot logged work on ARTEMIS-4450:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Oct/23 15:48
Start Date: 05/Oct/23 15:48
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #4641:
URL: https://github.com/apache/activemq-artemis/pull/4641#discussion_r1347641290
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/Bindings.java:
##########
@@ -63,7 +63,5 @@ public interface Bindings extends UnproposalListener {
int size();
- default boolean contains(Class clazz) {
- return false;
- }
+ boolean hasLocalBinding();
Review Comment:
I know this will have compilation failures :(... I'm fixing and I will push
another commit
Issue Time Tracking
-------------------
Worklog Id: (was: 883556)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)