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
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
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
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