[richfaces-planning-issues] [JBoss JIRA] (RFPL-2345) Push: Test that messages do not become stale in a queue

Cody Lerum (JIRA) jira-events at lists.jboss.org
Mon Apr 15 19:55:53 EDT 2013


    [ https://issues.jboss.org/browse/RFPL-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767378#comment-12767378 ] 

Cody Lerum commented on RFPL-2345:
----------------------------------

I ran into this on 7.1.3.Final with the native and non-native connectors. What happened was that I would end up with thousands of close_wait connections on the server.

Added the following to web.xml and it appears to be cleaning up properly now.

{code}
<context-param>
   <param-name>org.atmosphere.cpr.CometSupport.maxInactiveActivity</param-name>
   <param-value>35000</param-value>
</context-param>
{code}
                
> Push: Test that messages do not become stale in a queue
> -------------------------------------------------------
>
>                 Key: RFPL-2345
>                 URL: https://issues.jboss.org/browse/RFPL-2345
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: testing
>    Affects Versions: 4.2.1.Final
>            Reporter: Lukáš Fryč
>            Priority: Critical
>             Fix For: 5-Tracking
>
>
> According to the [Forum reference],
> we can have problems with stale messages.
> I would suggest to write tests for following scenarios and check that queue is destroyed properly:
> * view expires
> * client leaves the page with {{a4j:push}} without proper clean up
> * ...
> Let's brainstorm other scenarios.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-planning-issues mailing list