Re: Significant memory leak in qpid-dispatch 1.0.0

2018-02-15 Thread Ken Giusti
I'm good with that list. DISPATCH-881 is already on the 1.0.x branch. I've taken the liberty to create pull requests for the backports of DISPATCH-914, 889, and 882. -K On Mon, Feb 12, 2018 at 11:36 AM, Ted Ross wrote: > I've moved eleven jiras into 1.0.1 for consideration.

Temporary queues deletion

2018-02-15 Thread Michael Ivanov
Greetings! I have a problem with autodeleted queues. I have a service that reads amqp messages and sends replies using reply_to value. Client that sends the message generates temporary queue to use for replies using "/#" syntax. Client sends the message, waits for reply and terminates. But

Re: Qpid proton cpp

2018-02-15 Thread Alan Conway
Possible you've found a bug, but also possible you're hitting some C++ template type-mismatch potholes. C++ compilers often give incomprehensible error messages for such problems. Post a code snip that illustrates the problem with the compiler version you're using, and the error message you see.

Re: Temporary queues deletion

2018-02-15 Thread Gordon Sim
On 15/02/18 20:40, Michael Ivanov wrote: Greetings! I have a problem with autodeleted queues. I have a service that reads amqp messages and sends replies using reply_to value. Client that sends the message generates temporary queue to use for replies using "/#" syntax. Client sends the