You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/10/16 10:04:44 UTC

[jira] Assigned: (QPID-1119) [Java] Timeout on consumer creation with large queues

     [ https://issues.apache.org/jira/browse/QPID-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-1119:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Hi Aidan, The test has been re-enabled on for InVM tests the Java Profile testing will need QPID-1103 to be completed first. 

> [Java] Timeout on consumer creation with large queues
> -----------------------------------------------------
>
>                 Key: QPID-1119
>                 URL: https://issues.apache.org/jira/browse/QPID-1119
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M2.1
>            Reporter: Marnie McCormack
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>
> We've seen consumer timeout ("Error registering consumer: org.apache.qpid.AMQTimeoutException: Server did not respond in a timely fashion"). This was seen with volume testing, and 45,000 messages in the queue the consumer was attempting to connect to.
> The issue there is that for every subscription request it needs to go over the whole queue, to work out which messages should go to which subscriber. The broker runs with number of threads == number of cores, so if you have lots of consumers they will queue up behind one another to get processed. One solution is to stagger the consumer starts on the appication side, but we can also expose the connection timeout for configuration so that applications can use this.
> Thus need to create a configurable timeout for sync responses. Rob Godfrey can advise if further info required.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.