Re: Discuss: strong naming of NMS assemblies

2008-09-15 Thread Mark Pollack
Hi, In Spring.NET, I've had user requests to sign the debug build which I didn't do for a long time in the project history. Also, the release build is done using /DEBUG:pdbonly flag. Cheers, Mark -- View this message in context: http://www.nabble.com/Discuss%3A-strong-naming-of-NMS-assemblie

Re: Discuss: strong naming of NMS assemblies

2008-09-15 Thread Mark Pollack
Hi, In order to put assemblies into the GAC, the assembly needs to be strongly signed. Many users use this as a deployment mechanism for dependent libraries. I personally haven't found any issue in maintaining/creating strongly signed assemblies for the Spring.NET project so I'd like to underst

Re: Nested MapMessage in AMQNET

2008-08-11 Thread Mark Pollack
TDD so great! :) > > - Jim > > On Mon, Aug 4, 2008 at 1:42 PM, Mark Pollack > <[EMAIL PROTECTED]>wrote: > >> >> Hi, >> >> Are nested map messages, along the lines of the test >> >> http://fisheye6.atlassian.com/browse/activemq/trunk/act

Nested MapMessage in AMQNET

2008-08-04 Thread Mark Pollack
Hi, Are nested map messages, along the lines of the test http://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/test/message/NestedMapMessageTest.java here for Java supported in the C# binding? The NMS API doesn't have the SetObject or SetObjectPro

Re: Release schedule for NMS

2008-07-15 Thread Mark Pollack
Hi Jim, Thanks for the quick response! I will keep you posted on my progress. Is this forum the best way to communicate such matters? For my own testing, what would you recommend as the version of ActiveMQ to use? I'd rather not have to test against multiple versions. I also plan to test wit

Release schedule for NMS

2008-07-15 Thread Mark Pollack
Hi, I'm the project lead for Spring.NET and I would like to release a version 1.2 RC1 in the coming weeks that includes NMS functionality along the lines of what is in Spring Java/JMS. I see there is one issue remaining and JIRA and wanted to know the when NMS 1.0 will be released. I only see

Re: JMS + producer a .NET application and Consumer Java Application

2008-07-15 Thread Mark Pollack
Hi, This is totally possible. You may also be interested to look at the http://www.infoq.com/articles/jms-spring-messaging-interop article I wrote regarding interop with JMS for .NET/Java though I didn't use the NMS bindings in Spring.NET (I instead had some direct TIBCO EMS bindings), the sam