[
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.