Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5E0FFEC2 for ; Fri, 19 Apr 2013 19:48:17 +0000 (UTC) Received: (qmail 69609 invoked by uid 500); 19 Apr 2013 19:48:17 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 69387 invoked by uid 500); 19 Apr 2013 19:48:16 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 69302 invoked by uid 99); 19 Apr 2013 19:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 19:48:16 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 19:48:11 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UTHHO-0000Rn-G3 for users@activemq.apache.org; Fri, 19 Apr 2013 12:47:30 -0700 Date: Fri, 19 Apr 2013 12:47:30 -0700 (PDT) From: SledgeHammer To: users@activemq.apache.org Message-ID: <1366400850489-4666072.post@n4.nabble.com> In-Reply-To: <5171996A.2000705@gmail.com> References: <1366397132749-4666069.post@n4.nabble.com> <5171996A.2000705@gmail.com> Subject: Re: Producer is blocking... MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Good call (sort of) :). Turned off producer flow control and it seems like its not getting stuck anymore. However, now its throwing a few exceptions when I get to around ~500 messages: A first chance exception of type 'System.IO.EndOfStreamException' occurred in mscorlib.dll Additional information: Unable to read beyond the end of the stream. A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll Additional information: An existing connection was forcibly closed by the remote host A first chance exception of type 'System.IO.IOException' occurred in System.dll Additional information: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. A send is taking approximately 15ms now. Also, when I switched to nms instead of jms, I got an exception on useAsync not being a valid flag. The crash is probably more important to me though :(. -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-is-blocking-tp4666069p4666072.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.