[
https://issues.apache.org/jira/browse/ARTEMIS-3520?focusedWorklogId=661063&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-661063
]
ASF GitHub Bot logged work on ARTEMIS-3520:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Oct/21 16:46
Start Date: 06/Oct/21 16:46
Worklog Time Spent: 10m
Work Description: gemmellr opened a new pull request #3789:
URL: https://github.com/apache/activemq-artemis/pull/3789
Set the Open frame failure hint property when the broker balancer decides to
redirect or refuse an AMQP connection, so aware clients know they need not
proceed on receipt of the Open as a Close will follow. Adds some more direct
tests of the protocol behaviour during refusal or redirect of initial
connection by the balancer.
Also adds some context to failure messages from other existing Redirect
tests, as some asserts are in loops and cant be fully reasoned about without
detail then no longer available (meant to put that in a separate commit, but
didn't seem worth separating it again once I forgot to commit it).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 661063)
Remaining Estimate: 0h
Time Spent: 10m
> include failure hint in Open frame sent when broker-balancer rejects or
> redirects AMQP connection
> -------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-3520
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3520
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 2.18.0
> Reporter: Robbie Gemmell
> Assignee: Robbie Gemmell
> Priority: Minor
> Fix For: 2.19.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When the broker-balancer feature (ARTEMIS-3365) is refusing or redirecting
> AMQP connections, it doesnt include a failure hint property in the Open frame
> the same way it does for cases such as e.g ClientID enforcement. Some
> clients/applications can use this hint to know a Close frame is going to
> follow with e.g redirect details or a forced closure and avoid starting
> further work that is then going to fail.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)