[ 
https://issues.apache.org/jira/browse/AMQNET-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104549#comment-14104549
 ] 

Chuck Rolke commented on AMQNET-454:
------------------------------------

Hi Jim,

Thanks for your help. This version works better than any before it. In fact I 
think it is ready for a general release.

I tested it on a Windows 7 box with fresh checkouts and having never built 
Apache.NMS before. Everything worked as expected. The test system has both 
Visual Studio 2008, 2010, and 2012. Here is what I did:

* Execute *nant install-all* for vendors 
org.apache.qpid\Apache.Qpid\0.28.0.16239 and org.nunit\NUnit\2.5.8.
* Execute *nant install-all* in Apache.NMS. This installed net-2.0, net-3.5, 
and net-4.0.
* Execute *nant* in Apache.NMS.AMQP\trunk. This builds net-2.0 and net-4.0 
Apache.NMS.AMQP.dll mission code.

* Open the VS2008-amqp.sln.
** Build Debug and Release vs2008-HelloWorld
** Build Debug vs2008-amqp-test
* Open the VS2010-amqp.sln.
** Build Debug and Release vs2010-HelloWorld
** Build Debug vs2010-amqp-test

* Start Qpidd broker (qpidd --auth no --no-data-dir --load-module amqpd.dll) on 
port 5672. An ActiveMQ broker with amqp support works as well. Tests and 
HelloWorld require AMQP 1.0 broker support.

* Execute NUnit tests (84 tests pass, 0 fail, 0 skipped in both runs)
** cd .\build\net-2.0\debug
** c:\program files (x86)\NUnit 2.5.8\bin\net-2.0\nunit-x86.exe 
.\Apache.NMS.AMQP.Test.dll
** cd ..\..\net-4.0\debug
** c:\program files (x86)\NUnit 2.5.8\bin\net-2.0\nunit-x86.exe 
.\Apache.NMS.AMQP.Test.dll

* CD into the four build directories and execute the four vs20xx-HelloWorld.exe 
programs.

I'm eager to see this project move out of the incubation phase and become a 
supported provider. Maybe that one last patch in NMSConnectionFactory:
{noformat}
+  schemaProviderFactoryMap["amqp"] = new 
ProviderFactoryInfo("Apache.NMS.AMQP", "Apache.NMS.AMQP.ConnectionFactory");
{noformat}
Let me know if there's anything else to clean up before this can move forward.

Thanks,
-Chuck

> Add Apache Qpid provider to NMS
> -------------------------------
>
>                 Key: AMQNET-454
>                 URL: https://issues.apache.org/jira/browse/AMQNET-454
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: NMS
>    Affects Versions: 1.6.0
>            Reporter: Chuck Rolke
>            Assignee: Jim Gomes
>         Attachments: Apache.NMS.AMQP-21-Add-Map-Text-Message-tests.patch, 
> Apache.NMS.AMQP-22-add-more-tests.patch, 
> Apache.NMS.AMQP-23a-MessageDeliveryTest.cs.patch, 
> Apache.NMS.AMQP-23b-MSConnectionFactoryTest.cs.patch, 
> Apache.NMS.AMQP-23c-NmsConsoleTracer.cs.patch, 
> Apache.NMS.AMQP-23d-addTraceStatements.patch, 
> Apache.NMS.AMQP-23e-addFilesToTestProject.patch, 
> Apache.NMS.AMQP-24-tidy-up.patch, Apache.NMS.AMQP-25-use-qpid-0.28.patch, 
> Apache.NMS.AMQP-26-hook-in-session-ack.patch, 
> Apache.NMS.AMQP-27-nant-unmanaged-copy.patch, 
> Apache.NMS.AMQP-28-close-qpid-sender-receiver.patch, 
> Apache.NMS.AMQP-29-stop-sessions-before-connection.patch, 
> Apache.NMS.AMQP-30-lock-x86-only.patch, 
> Apache.NMS.AMQP-Add-message-cloning-19.patch, 
> Apache.NMS.AMQP-add-connection-property-table-17.patch, 
> Apache.NMS.AMQP-add-hello-world-example-11.patch, 
> Apache.NMS.AMQP-add-hello-world-example-retry-12.patch, 
> Apache.NMS.AMQP-add-hello-world-to-vs2008-18.patch, 
> Apache.NMS.AMQP-add-message-conversions-06.patch, 
> Apache.NMS.AMQP-add-message-test-20.patch, 
> Apache.NMS.AMQP-add-topic-05.patch, 
> Apache.NMS.AMQP-connectionProperties-07.patch, 
> Apache.NMS.AMQP-copyrights-conn-str-fix-09.patch, 
> Apache.NMS.AMQP-fix-destination-to-use-qpid-address-10.patch, 
> Apache.NMS.AMQP-fix-helloworld-13.patch, 
> Apache.NMS.AMQP-fix-list-message-body-15.patch, 
> Apache.NMS.AMQP-fix-map-message-body-14.patch, 
> Apache.NMS.AMQP-fix-replyTo-and-receive-timeouts-16.patch, 
> Apache.NMS.AMQP-object-lifecycle-04.patch, 
> Apache.NMS.AMQP-provider-configs-03.patch, 
> Apache.NMS.AMQP-qpid-object-lifecycle-02.patch, 
> Apache.NMS.AMQP-set-connection-credentials-08.patch, RELEASE.txt, 
> vendor-Apache.QPID-00-replace-debug-with-release.patch, 
> vendor-QPid-nant-01.patch
>
>
> NMS includes various providers ActiveMQ, STOMP, MSMQ, EMS, and WCF. This 
> issue proposes to add [Apache Qpid|http://qpid.apache.org/index.html] as 
> another provider.
> Qpid has a [Messaging .NET 
> Binding|http://qpid.apache.org/releases/qpid-0.24/programming/book/ch05.html] 
> that is layered on top of the native C++ Qpid Messaging client. The Qpid .NET 
> binding is attractive as the hook for tying in Qpid as an NMS provider.
> The proposed NMS provider supports [AMQP 
> 1.0|http://qpid.apache.org/amqp.html] by including [Qpid 
> Proton|http://qpid.apache.org/proton/index.html] libraries.
> From a high level this addition to Active.NMS would consist of two parts
> * Add Qpid as a vendor kit. This includes both the Qpid .NET Binding and Qpid 
> Proton in a single kit.
> * Add the new provider with code linking NMS to Qpid



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to