Re: Static link ActiveMQ-CPP on Mac OS X

2011-11-06 Thread stephenju
stephenju wrote: > > I am trying to add ActiveMQ-CPP to my Mac OS X project. The goal is to > static link everything into the app bundle. > > I first installed MacPort and built and installed required parts. Then I > built and installed ActiveMQ-CPP 3.4.0 with --enable-shared=false. > Finally, I

Re: C# / .net - getting started

2011-11-06 Thread Patrick Vanbrabant
Hi, There is this post which could be interesting... http://timbish.blogspot.com/2011/06/apachenmsactivemq-v151-released.html Hope it helps. Regards Patrick -- View this message in context: http://activemq.2283324.n4.nabble.com/C-net-getting-started-tp2364277p3996897.html Sent from the Acti

Re: How can I restrict durable consumers

2011-11-06 Thread Jason Whaley
There doesn't appear to be a way to limit this via activemq configuration, at least not from a quick browsing of the schema at http://activemq.apache.org/schema/core/activemq-core-5.5.0-schema.html You may want to consider using virtual topics for this instead. See http://activemq.apache.org/virtu