[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1117) Request for feature to close connections on server side by ip address and by connection id

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Wed Nov 26 04:45:37 EST 2008


     [ https://jira.jboss.org/jira/browse/JBMESSAGING-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Mesnil closed JBMESSAGING-1117.
------------------------------------

    Resolution: Done


fixed in the trunk

it is possible to close the connections associated to an IP address.
It is not possible to close the connection for a given clientID. On the server-side, JBM2 has no notion of what a clientID is. It is part of the name of the queue corresponding to a durable subscription but there is no direct relation to the connection used by the consumer of the queue

> Request for feature to close connections on server side by ip address and by connection id
> ------------------------------------------------------------------------------------------
>
>                 Key: JBMESSAGING-1117
>                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1117
>             Project: JBoss Messaging
>          Issue Type: Feature Request
>          Components: Configuration and Management
>    Affects Versions: 1.4.0.GA
>            Reporter: Jay Howell
>            Assignee: Jeff Mesnil
>            Priority: Minor
>             Fix For: 2.0.0 Beta
>
>
> Several customers have asked for a management method to drop client connections from the server by ip address and by client id.
> So there would be two cases.
> By ipaddress - this would stop the pinger and also close all connections associated with that client ip address.  Only one pinger exists for an ip address, so this would require closging of the pinger connection also.
> By clientid - this would close the pinger thread only if there are no other connections present.
> In each of the cases, clients should get an asynchronous onException call.  
> The person writing the client will have to have this in mind.  If a client has 1000 connections and the connection logic on the client reconnects.  When the server drops the ip address, then that machine will try to reconnect all 1000 clients.  I really depends on how the connection pooling on the client works.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list