[ http://jira.jboss.com/jira/browse/JBAS-1611?page=history ]
     
Adrian Brock closed JBAS-1611:
------------------------------

    Resolution: Duplicate Issue

Is the search function broken or something?

> ClientMonitorIntecepor
> ----------------------
>
>          Key: JBAS-1611
>          URL: http://jira.jboss.com/jira/browse/JBAS-1611
>      Project: JBoss Application Server
>         Type: Bug
>     Reporter: Alex

>
>
> If client used HTTPConnection (HTTPConnectionFactory) to subscribe to the 
> nondurable topic and client don't receive messages during ClientTimeout time 
> ClientMonitorIntecepor (if it running) close connection for it, because http 
> connection is stateles and client don't ping server even I set PingPeriod for 
> http connection to some value difference from 0, and 
> "getClientStats(dc).lastUsed" value udate only if client receive any message 
> from the server. 
>     In the source code of HTTPILService the PingPeriod value set to the 0, 
> and client never send ping message to the server. 
>  It's HTTPILService.startService source:
> public void startService() throws Exception
>    {
>       super.startService();
>       this.pingPeriod = 0;    // We don't do pings.
> ...........
>       

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to