Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 29128 invoked from network); 13 Apr 2009 22:18:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2009 22:18:37 -0000 Received: (qmail 6359 invoked by uid 500); 13 Apr 2009 22:18:37 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 6290 invoked by uid 500); 13 Apr 2009 22:18:36 -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 6279 invoked by uid 99); 13 Apr 2009 22:18:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 22:18:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 22:18:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LtUTg-0003P2-Hr for users@activemq.apache.org; Mon, 13 Apr 2009 15:18:08 -0700 Message-ID: <23028265.post@talk.nabble.com> Date: Mon, 13 Apr 2009 15:18:08 -0700 (PDT) From: magellings To: users@activemq.apache.org Subject: NMS 1.1 and failover protocol slowness MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mark.gellings@qg.com X-Virus-Checked: Checked by ClamAV on apache.org Hello. Has anyone used the 1.1 binaries for NMS and NMS.ActiveMQ from trunk and the failover: protocol? I'm experiencing a lot of slowness and I've found at least one comment (on item in issue tracker) stating the same. http://issues.apache.org/activemq/browse/AMQNET-26?focusedCommentId=47183&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_47183 "Second, the recent changes to Apache.NMS.ActiveMQ's file OpenWire/OpenWireFormat.cs create massive delays on my system. If I revert that file back to the version 693666 (09-Sep-2008) then all my code starts working without delays. It seems that the action of writing to the bus (using Topics in my case) is delayed 120 seconds or so. Each write seems to be delayed 15 seconds. Since startup involves several writes the initialize the wire format, I suspect that a timeout variable is set to 0 (zero) which does not allow a thread-swap to take place. So it hangs. I will create a new issue for this problem. Please test and give feedback. If it is positive, then Jim can commit the change to the repository." I've also noticed the Spring Messaging framework stalls when master and slave brokers switch using the failover protocol. -- View this message in context: http://www.nabble.com/NMS-1.1-and-failover-protocol-slowness-tp23028265p23028265.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.