Re: REQEST FEEDBACK Re: How to test the performance quid c++ broker

2014-07-28 Thread Fraser Adams
On 28/07/14 14:29, Alan Conway wrote: Based on discussion so far I am inclined to - make the default build type RelWithDebInfo - udpate cpp/INSTALL discussion of build types (it does mention Release/Debug already, I'll add mention of the other types. We don't have unanimity over Release vs. Rel

Re: messenger -> qpidd replyTo shenanigans.....

2014-07-28 Thread Fraser Adams
On 28/07/14 12:56, Gordon Sim wrote: On 07/26/2014 04:05 PM, Fraser Adams wrote: As normal for QMF I want a dynamic reply address/queue, which I can get if I do. var subscription = messenger.subscribe('amqp://0.0.0.0:5673/#'); However I don't know how to find the name of the queue thus created

Re: REQEST FEEDBACK Re: How to test the performance quid c++ broker

2014-07-28 Thread Alan Conway
On Sat, 2014-07-26 at 02:46 -0400, Pavel Moravec wrote: > > - Original Message - > > > >I think that RelWithDebInfo is more generally useful - it gives you > > > >nearly all the optimisation you want and debugging symbols for when you > > > >screw up! > > > > > > > > Works for me. Did som

Re: messenger -> qpidd replyTo shenanigans.....

2014-07-28 Thread Gordon Sim
On 07/26/2014 04:05 PM, Fraser Adams wrote: As normal for QMF I want a dynamic reply address/queue, which I can get if I do. var subscription = messenger.subscribe('amqp://0.0.0.0:5673/#'); However I don't know how to find the name of the queue thus created at run time that I can use to populat