Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 29587 invoked from network); 19 May 2010 00:41:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 May 2010 00:41:44 -0000 Received: (qmail 61439 invoked by uid 500); 19 May 2010 00:41:44 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 61411 invoked by uid 500); 19 May 2010 00:41:44 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 61403 invoked by uid 99); 19 May 2010 00:41:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 00:41:44 +0000 X-ASF-Spam-Status: No, hits=-1442.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 00:41:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4J0fMkW003135 for ; Wed, 19 May 2010 00:41:23 GMT Message-ID: <29281057.551274229682814.JavaMail.jira@thor> Date: Tue, 18 May 2010 20:41:22 -0400 (EDT) From: "Scott Emmons (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2739) Contradictory documentation on default dispatchAsync value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Contradictory documentation on default dispatchAsync value ---------------------------------------------------------- Key: AMQ-2739 URL: https://issues.apache.org/activemq/browse/AMQ-2739 Project: ActiveMQ Issue Type: Bug Components: Documentation Reporter: Scott Emmons The page http://activemq.apache.org/consumer-dispatch-async.html states: "The default setting is dispatchAsync=true" However, the page http://activemq.apache.org/destination-options.html shows: consumer.dispatchAsync false (Default Value) Which is the actual default setting? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.