You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Geert Pante (JIRA)" <ji...@apache.org> on 2014/05/12 18:59:14 UTC

[jira] [Commented] (AMQ-5182) ActiveMQ web demo - chat example - Very slow on JBoss7 after AMQ-4801

    [ https://issues.apache.org/jira/browse/AMQ-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995239#comment-13995239 ] 

Geert Pante commented on AMQ-5182:
----------------------------------

To fix AMQ-3094, a test was added to check if the current continuation is still suspended to avoid losing messages to be returned on the continuation.

In AMQ-4801, the test was expanded to also check if !continuation.isInitial(). This has nothing to do with the given bug, and causes messages to be postponed, even when a continuation is available.

> ActiveMQ web demo - chat example - Very slow on JBoss7 after AMQ-4801
> ---------------------------------------------------------------------
>
>                 Key: AMQ-5182
>                 URL: https://issues.apache.org/jira/browse/AMQ-5182
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.9.0, 5.9.1
>         Environment: JBoss-AS 7.2.0
>            Reporter: Geert Pante
>
> When running the chat example on JBoss 7, the Ajax Servlet uses the Jetty Servlet 3.0 Continuation support.
> The chat client is terribly slow in this case. A chat message is only received when the polling connector starts polling, every 30 seconds.
> In ActiveMQ 5.8, the chat messages come in immediately.



--
This message was sent by Atlassian JIRA
(v6.2#6252)