You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2015/02/13 23:10:12 UTC

[jira] [Resolved] (AMQ-5587) AMQP shutdown transport if no connection attempt received after a configurable delay.

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

Timothy Bish resolved AMQ-5587.
-------------------------------
    Resolution: Fixed

Add a connect check in the inactivity monitor to account for opened
connections that might drop but not be spotted, in the case where the
connect frame is lost this can lead to connections that aren't fully
opened and won't be cleaned up until the broker detects the socket has
failed.

By default the connection timer is set to 30 seconds, if no connect
frame is read by then the connection is dropped.  The broker can be
configured via the 'transport.connectAttemptTimeout' URI option, a value

> AMQP shutdown transport if no connection attempt received after a configurable delay.
> -------------------------------------------------------------------------------------
>
>                 Key: AMQ-5587
>                 URL: https://issues.apache.org/jira/browse/AMQ-5587
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: AMQP
>    Affects Versions: 5.10.0, 5.10.1, 5.11.0, 5.11.1, 5.10.2
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 5.12.0
>
>
> When a socket level connection is made to the AMQP TransportConnector where the client end does not initiate a new AMQP connection we should shutdown the Transport after a configurable inactivity duration (default at 30sec). 
> A similar feature was added for MQTT in AMQ-5468



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)