Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 65020 invoked from network); 6 Aug 2009 16:08:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 16:08:52 -0000 Received: (qmail 88959 invoked by uid 500); 6 Aug 2009 16:08:59 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 88874 invoked by uid 500); 6 Aug 2009 16:08:59 -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 88864 invoked by uid 99); 6 Aug 2009 16:08:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 16:08:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 16:08:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA4EA234C04B for ; Thu, 6 Aug 2009 09:08:35 -0700 (PDT) Message-ID: <179627043.1249574915761.JavaMail.jira@brutus> Date: Thu, 6 Aug 2009 09:08:35 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2340) ActiveMQ doesnt accept connections, and displays error like " Transport ERROR: Could not accept conenctions ,connection reset. Also the message count is not displayed properly. The messages received is less than messages passed. In-Reply-To: <229559957.1249304255693.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53507#action_53507 ] Rob Davies commented on AMQ-2340: --------------------------------- It looks like ActiveMQ is running out of file descriptors - you'll need to provide information on your configuration and usage scenario. You can try nio// transport. Also check out this faq: http://activemq.apache.org/how-do-i-configure-10s-of-1000s-of-queues-in-a-single-broker-.html > ActiveMQ doesnt accept connections, and displays error like " Transport ERROR: Could not accept conenctions ,connection reset. Also the message count is not displayed properly. The messages received is less than messages passed. > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: AMQ-2340 > URL: https://issues.apache.org/activemq/browse/AMQ-2340 > Project: ActiveMQ > Issue Type: Bug > Components: Transport > Affects Versions: 5.2.0 > Environment: I am using it on Linux operating system. And version is 5.2.0. > Reporter: Sheetal K > Priority: Critical > > We are planning to use it in production,but we are getting following issues on Linux: > 1) The activemq after some time starts rejecting connections giving error "Transport Error: Could not accept connections,Connection reset" > 2) The messages count is not correct..the messages received is less than messages sent. > Please suggest us the changes we need to do for using it in production. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.