You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2022/03/01 14:53:00 UTC

[jira] [Updated] (AMQ-8515) FailoverTransport should specifically handle MaxFrameSizeExceededException

     [ https://issues.apache.org/jira/browse/AMQ-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated AMQ-8515:
--------------------------------------
    Fix Version/s: 5.17.1
                       (was: 5.17.0)

> FailoverTransport should specifically handle MaxFrameSizeExceededException
> --------------------------------------------------------------------------
>
>                 Key: AMQ-8515
>                 URL: https://issues.apache.org/jira/browse/AMQ-8515
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.16.4
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Major
>             Fix For: 5.16.5, 5.17.1
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Since MaxFrameSizeExceededException extends IOException, the failover transport handles it as a reconnect scenario, instead of re-throwing MaxFrameSizeExceededException to the caller
> Note: client-side maxFrameSize=false, with failover=true and server-side maxFrameSize= true results in infinite retries since the broker hard-closes the connection and the failover transport resets the 'connection failure counter' to zero upon successful reconnect (since the broker transport isn't really offline).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)