[ http://issues.apache.org/jira/browse/DIRMINA-68?page=comments#action_12422408 ] Julien Vermillard commented on DIRMINA-68: ------------------------------------------
putting that as a function for IoConnector will make no sense for stateless transport like DatagramConnector. It can be only for VMPipe and Socket ? We can perhaps implements that in socketConnector, pushing to a reconnection queue closed sessions or session with connection problems ? > Automatic reconnect configuration for client channels. > ------------------------------------------------------ > > Key: DIRMINA-68 > URL: http://issues.apache.org/jira/browse/DIRMINA-68 > Project: Directory MINA > Issue Type: Improvement > Reporter: Trustin Lee > Attachments: MinaFailoverSession.java, ReconnectionFilter.java, > ReconnectionFilter.java, ReconnectionFilter.java > > > We need to provide: > * automatic reconnect property for client sessions > * reconnect delay > * max retry count > Current retry count and client session flag will be stored as session > attributes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
