Re: Need simple c# consumer / producer examples

2010-08-16 Thread Devin Venable
h wrote: > On Mon, 2010-08-16 at 09:08 -0500, Devin Venable wrote: > > Those are perfect. By the way, if you download zipped source for the > latest > > release (Apache.NMS-1.3.0-src.zip), those test files are not present. It > > would be helpful to include

Re: Need simple c# consumer / producer examples

2010-08-16 Thread Devin Venable
Mon, Aug 16, 2010 at 8:53 AM, Timothy Bish wrote: > On Mon, 2010-08-16 at 08:42 -0500, Devin Venable wrote: > > I need to whip up some quick examples for some folks I work with who use > the > > .NET platform. Unfortunately, there are no short examples posted on the > >

Need simple c# consumer / producer examples

2010-08-16 Thread Devin Venable
I need to whip up some quick examples for some folks I work with who use the .NET platform. Unfortunately, there are no short examples posted on the site for .NET for either the ActiveMQ or STOMP client. http://activemq.apache.org/nms/examples.html I've been working on extracting a simple examp

Re: Cross-compiling activemq-cpp on Centos 5

2010-07-20 Thread Devin Venable
from /lib/ld-linux.so.2 #14 0x0090384f in _dl_start_user () from /lib/ld-linux.so.2 On Tue, Jul 20, 2010 at 9:54 AM, Timothy Bish wrote: > On Tue, 2010-07-20 at 09:43 -0500, Devin Venable wrote: > > A few days ago I asked if anyone knew of an RPM for activemq-cpp that > could &

Cross-compiling activemq-cpp on Centos 5

2010-07-20 Thread Devin Venable
A few days ago I asked if anyone knew of an RPM for activemq-cpp that could be installed on Centos 5. It was suggested that I might find one in the newer Fedora repositories. Indeed I did, but there were several dependencies on newer libraries, so I had to resort to compiling it myself. Typicall