[
https://issues.apache.org/jira/browse/ARTEMIS-5941?focusedWorklogId=1008525&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1008525
]
ASF GitHub Bot logged work on ARTEMIS-5941:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Mar/26 11:30
Start Date: 09/Mar/26 11:30
Worklog Time Spent: 10m
Work Description: gemmellr merged PR #6279:
URL: https://github.com/apache/artemis/pull/6279
Issue Time Tracking
-------------------
Worklog Id: (was: 1008525)
Time Spent: 0.5h (was: 20m)
> AMQP Federation of Wildcard subscriptions can fail if assertions enabled
> ------------------------------------------------------------------------
>
> Key: ARTEMIS-5941
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5941
> Project: Artemis
> Issue Type: Bug
> Components: AMQP, Federation
> Affects Versions: 2.52.0
> Reporter: Timothy A. Bish
> Assignee: Timothy A. Bish
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.53.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> If AMQP federation is federating messages from a remote back to a wild-card
> subscription binding it can currently fail if JVM assertions are enabled due
> to
> [this|https://github.com/apache/artemis/blob/8cc9f68ec67d2900fdf8291ad67937950fde98ee/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/WildcardAddressManager.java#L54]
> method in the WildcardAddressManager which is an indication this method was
> never meant to route direct sends into a wild-card address when treating it
> as a literal string as this federation code would be doing. Instead of
> attempting to route through this code in this manner we can use the
> federation code that routes direct to the bindings that generated the demand
> to ensure that we do not fail when federating a message if assertions are
> enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]