Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 40888 invoked from network); 19 Dec 2006 10:22:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2006 10:22:24 -0000 Received: (qmail 74326 invoked by uid 500); 19 Dec 2006 10:22:31 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 74300 invoked by uid 500); 19 Dec 2006 10:22:31 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 74276 invoked by uid 99); 19 Dec 2006 10:22:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 02:22:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 02:22:22 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F6B87141BE for ; Tue, 19 Dec 2006 02:22:02 -0800 (PST) Message-ID: <30327952.1166523722501.JavaMail.root@brutus> Date: Tue, 19 Dec 2006 02:22:02 -0800 (PST) From: "Guillaume Nodet (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Created: (AMQ-1105) Misuse of maxMessages on the ActivationSpec MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Misuse of maxMessages on the ActivationSpec ------------------------------------------- Key: AMQ-1105 URL: https://issues.apache.org/activemq/browse/AMQ-1105 Project: ActiveMQ Issue Type: Improvement Components: Connector Reporter: Guillaume Nodet It seems the maxMessages given to the connection when creating a connection consumer is usually used to allow a maximum number of messages to be dispatched for a single ServerSession run (so the WorkManager is not exhaust by ever lasting works ?). Currently, this parameter is used to indicate the destination prefetch size. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira