[jira] [Work logged] (ARTEMIS-4799) Broker Connection Receiver attach handled incorrectly

2024-06-07 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 07/Jun/24 10:21
Start Date: 07/Jun/24 10:21
Worklog Time Spent: 10m 
  Work Description: gemmellr merged PR #4963:
URL: https://github.com/apache/activemq-artemis/pull/4963




Issue Time Tracking
---

Worklog Id: (was: 922536)
Time Spent: 20m  (was: 10m)

> Broker Connection Receiver attach handled incorrectly
> -
>
> Key: ARTEMIS-4799
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4799
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 2.34.0
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Minor
> Fix For: 2.35.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The AMQP Broker Connection Receiver configuration creates a receiver for 
> messages from a remote AMQP source however the attach handling is not 
> properly handled leading to a receiver that thinks it is operating as an 
> opened anonymous relay sender meaning it only routes messages with a set 'To' 
> field in the properties.  The receiver attach should be using the locally 
> defined target as the address for incoming messages and ignore an 'To' value 
> in the message properties.



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

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact




[jira] [Work logged] (ARTEMIS-4799) Broker Connection Receiver attach handled incorrectly

2024-06-06 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 06/Jun/24 17:48
Start Date: 06/Jun/24 17:48
Worklog Time Spent: 10m 
  Work Description: tabish121 opened a new pull request, #4963:
URL: https://github.com/apache/activemq-artemis/pull/4963

   The receiver attach in broker connection does not wait for the remote attach 
to arrive before creating the broker side receiver plumbing which leads to the 
broker treating the remote sender as an anonymous relay when it is not and 
should not be. Await the remote attach in response to the attach sent by the 
broker connection to finish the link setup but use the locally defined target 
address vs the remote to route the incoming messages.




Issue Time Tracking
---

Worklog Id: (was: 922415)
Remaining Estimate: 0h
Time Spent: 10m

> Broker Connection Receiver attach handled incorrectly
> -
>
> Key: ARTEMIS-4799
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4799
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 2.34.0
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Minor
> Fix For: 2.35.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The AMQP Broker Connection Receiver configuration creates a receiver for 
> messages from a remote AMQP source however the attach handling is not 
> properly handled leading to a receiver that thinks it is operating as an 
> opened anonymous relay sender meaning it only routes messages with a set 'To' 
> field in the properties.  The receiver attach should be using the locally 
> defined target as the address for incoming messages and ignore an 'To' value 
> in the message properties.



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

-
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact