Thanks James for the information. I was able to build activemq-dotnet.dll and built a small test application. I fixed the problems with the 2 missing files (ConnectionControlMarshaller.cs and ConsumerControlMarshaller.cs). If anyone is interested they can download it from below. This is a zip file which contains an activemq-dotnet project (which crates the dll) and a project called TestNMS which tests a consumer and producer and includes a reference to the activemq-dotnet.dll file. Download here:
http://www.olsendarter.org/dev/activemq-dotnet.zip Also, you must download NUnit and install it as it is included as a reference. See : http://www.nunit.org/ I hope this saves someone some time. M James.Strachan wrote: > > On 9/26/06, MikeyBoy <[EMAIL PROTECTED]> wrote: >> >> Hi Rob, forgive my ignorance, I'm just starting out with ActiveMQ. I am >> puzzled where the activemq-dotnet.dll file you mentioned comes from. I >> built >> my own NMS.dll file using MSVS using just the NMS source, which does not >> contain any ActiveMQ namespace. Do I also need to build >> activemq-dotnet.dll? >> Are the DLLs available for download anywhere? I'm missing something >> here...TIA, M > > There's currently no DLL to download (unfortunately we're still > waiting for the maven csharp plugin to be fixed) - but you can build > it yourself using NAnt as described here... > http://incubator.apache.org/activemq/nms.html > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/C--NMS-client-tf2333701.html#a6534624 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
