Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 85509 invoked from network); 12 Jun 2006 20:27:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 20:27:11 -0000 Received: (qmail 64837 invoked by uid 500); 12 Jun 2006 20:27:06 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 64785 invoked by uid 500); 12 Jun 2006 20:27:06 -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 63641 invoked by uid 99); 12 Jun 2006 20:27:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 13:27:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 13:27:02 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B355F71428D for ; Mon, 12 Jun 2006 20:25:51 +0000 (GMT) Message-ID: <3211781.1150143951729.JavaMail.jira@brutus> Date: Mon, 12 Jun 2006 20:25:51 +0000 (GMT+00:00) From: "Hiram Chirino (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Resolved: (AMQ-647) Openwire client hangs after receiving some hundred messages In-Reply-To: <32658630.1142945785952.JavaMail.tomcat@stilton> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-647?page=all ] Hiram Chirino resolved AMQ-647: ------------------------------- Resolution: Duplicate This looks like a duplicate of issue AMQ-721 > Openwire client hangs after receiving some hundred messages > ----------------------------------------------------------- > > Key: AMQ-647 > URL: https://issues.apache.org/activemq/browse/AMQ-647 > Project: ActiveMQ > Type: Bug > Components: JMS client > Versions: 4.0 > Environment: * Broker version activemq-4.0-SNAPSHOT dated 03-21-06 > * OS : Solaris SunOS 5.10 Generic 118822-30 (SunFire-V210) for the broker > * WinXP SP1 for the Openwire client on .NET Framework 1.1 (openwire version 387473) > Reporter: Laurent Jeanneau > Priority: Critical > > > I'm currently testing the openwire .NET JMS implementation to communicate with a activemq java broker ; the aim of this test is to evaluate the possibilty to deploy the solution in live environment. > My test platform is quite simple : > * A java JMS publisher publishes 100messages / 1s on a test topic > * A java consumer is listening to this topic > * A openwire consumer listens to the same topic > After a few hundreds messages (about 10-20 seconds of publish), the openwire client hangs and receives no more message. Using the Visual Studio debugger, it appears that the client is waiting on a "read" from the socket. The side effect of this is that after a few more seconds, the publisher itself stops to emit messages as if some internal queue becomes full or someting. > I'm fully aware that Openwire is always in a development process but I want to point out that this issue already existed in the previous versions I had tested. This problem prevents using the openwire implementation in a live environment in the current state. -- 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