Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FC7E62CB for ; Tue, 12 Jul 2011 10:11:52 +0000 (UTC) Received: (qmail 57548 invoked by uid 500); 12 Jul 2011 10:11:49 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 56088 invoked by uid 500); 12 Jul 2011 10:11:45 -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 55287 invoked by uid 99); 12 Jul 2011 10:11:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 10:11:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 10:11:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 352DE4B74F for ; Tue, 12 Jul 2011 10:11:00 +0000 (UTC) Date: Tue, 12 Jul 2011 10:11:00 +0000 (UTC) From: "Julien Gagnet (JIRA)" To: dev@activemq.apache.org Message-ID: <960845569.5489.1310465460214.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2050215746.5480.1310465459867.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AMQ-3399) Dead lock in the create connection with producerFlowControl true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Gagnet updated AMQ-3399: ------------------------------- Attachment: activemq-deadlock.zip > Dead lock in the create connection with producerFlowControl true > ---------------------------------------------------------------- > > Key: AMQ-3399 > URL: https://issues.apache.org/jira/browse/AMQ-3399 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Affects Versions: 5.5.0 > Environment: JDK 1.6 > Spring 3.0.5 > Reporter: Julien Gagnet > Attachments: activemq-deadlock.zip > > > We are running a scenerio were we used Active MQ to decouple an Audit logging. We don't want to affect performance of the main application for audit purpose so we send audit event to a JMS queue. We would prefer stay up and lose message if we cannot process them fast enough. So our config got: > a memoryUsage set quite high (200mb) > a sendFailIfNoSpace set to true > and a producerFlowControl set to true > Under those configuration and when the queue is full we get into a dead lock situation. > We've manage to reproduce the problem in a small application to demonstrate the problem - how do we attach example? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira