[ http://issues.apache.org/jira/browse/DIRMINA-68?page=comments#action_12432041 ] Vinod Panicker commented on DIRMINA-68: ---------------------------------------
What we are working on exactly fits Joao's use case. In effect, its a mina submodule that would be designed to establish communication channels with a peer/peers. It would be specifically designed to carry huge volumes of data, with support for failover as well. Basically a twin connection will be held in reserve and will be used if the first fails. To start with, it will support a p2p connection and will be enhanced later(if needed) for one-to-many connections/multicasting. Will this be of use as a sub-module? I'm willing to donate the source once its done. > 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
