Re: C# / .net - getting started

2009-05-26 Thread cmarcel
Hi Jim, Thanks for the quick reply. The changes you made really helped me out a lot. For others getting started like me, here are a few other things that helped me out: - ActiveMQ is a JMS implementation, so a good starting point is any documentation on JMS. This should help understand how a

C# / .net - getting started

2009-05-21 Thread cmarcel
Hello, I've spent days trying to figure out how to do the most basic operation with ActiveMQ from C# (ex.: consume / produce messages on a queue on localhost, network protocol = anything that works) and can't find ANY documentation: - the getting started docs are pointing to source files that do