Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 12002 invoked from network); 23 Oct 2008 13:53:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2008 13:53:22 -0000 Received: (qmail 8144 invoked by uid 500); 23 Oct 2008 13:53:25 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 8115 invoked by uid 500); 23 Oct 2008 13:53:24 -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 8104 invoked by uid 99); 23 Oct 2008 13:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2008 06:53:24 -0700 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, 23 Oct 2008 13:52:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DEAF0234C247 for ; Thu, 23 Oct 2008 06:52:52 -0700 (PDT) Message-ID: <321681537.1224769972911.JavaMail.jira@brutus> Date: Thu, 23 Oct 2008 06:52:52 -0700 (PDT) From: "Allan Schrum (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQNET-26) Add failover:// to NMS client In-Reply-To: <23586252.1172531103897.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Schrum updated AMQNET-26: ------------------------------- Attachment: Apache.NMS.707373.diff Apache.NMS.ActiveMQ.707373.diff OK - I got it to compile. I now understand what Jim was doing in his reorganization of Apache.NMS. It used to be that the Apache.NMS portion was fully loaded under Apache.NMS.ActiveMQ as an external link. Now, only a fixed, deployed version of Apache.NMS is referenced by Apache.NMS.ActiveMQ. Because of that, and because that deployed version did not include .NET 2.0 CF, my builds were failing. Also, the nunit.framework.extensions.dll is needed by the Apache.NMS.ActiveMQ project. This required a change in the nant.build (patch attached). So, to get it to work for me I had to check out the Apache.NMS project (trunk) and build the the project (no problems there). I wanted to create the "deploy" directories but the only target that would do so is "deploy-all". This also does an SVN COMMIT which is not what I want to do. So I created a new target called "deploy-local" which is called by "deploy-all" so that I could do what was needed without the SVN COMMIT. Is there a better way to do this? After copying the files from Apache.NMS to Apache.NMS.ActiveMQ, I could now build the Apache.NMS.ActiveMQ project after making the nunit change referenced above (patch attached). >From here, I shall attempt to add my previous patches for failover support. Since the project is in two pieces, I'll need to break up my previous patch into smaller pieces that can be applied to each separately. > Add failover:// to NMS client > ----------------------------- > > Key: AMQNET-26 > URL: https://issues.apache.org/activemq/browse/AMQNET-26 > Project: ActiveMQ .Net > Issue Type: New Feature > Components: ActiveMQ Client > Reporter: Denis Abramov > Assignee: Jim Gomes > Priority: Critical > Fix For: 1.1 > > Attachments: Apache.NMS.707373.diff, Apache.NMS.ActiveMQ.707373.diff, FailoverPatch.diff > > > Please add failover:// to C# NMS Client. I would add it but I don't know how to resume a stream once it is broken. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.