RE: [jira] [Closed] (PROTON-1755) How do create sessions and links dynamically once the connection is open ?

2018-02-09 Thread Priyanka Mathur
My concern with creating new sessions dynamically is that, we never get onConnectionBound -> where we start a session on the existing connection once connection is established. Is there a sample or some piece of code that explains how to use the reactor so that we can create a new session on de

Re: Type of node with Proton library

2018-02-09 Thread Daniel Gavrila
Hi Chris, Many thanks for your answer. I‘m still confusing about all this terminology in the Apache Qpid project. For me the „Proton library“ is the library that lives under „proton“ namespace. As you very well remarked the answer was already in mine question but for the library that lives in

Re: Significant memory leak in qpid-dispatch 1.0.0

2018-02-09 Thread Ted Ross
I agree. Let's do a 1.0.1 with this fix. -Ted On Wed, Feb 7, 2018 at 2:54 PM, Ken Giusti wrote: > Folks, > > Can we get a fix release for qpid-dispatch containing the fix to > https://issues.apache.org/jira/browse/DISPATCH-881 ? > > This fixes a per-delivery leak that's present in the 1.0.0 rel

Re: proxy (firewall) issue

2018-02-09 Thread Keith W
Qian, >From your description, it sounds like your firewall may be blocking the none HTTP traffic. Perhaps utilising the AMQP 1.0 web socket binding is an option for you? http://docs.oasis-open.org/amqp-bindmap/amqp-wsb/v1.0/amqp-wsb-v1.0.html What AMQP 1.0 enabled products have you selected (cl

Re: Type of node with Proton library

2018-02-09 Thread Chris Richardson
Hi Daniel, It looks to me like you've almost answered your own question, or perhaps that I've misunderstood it... however I'll forge ahead regardless! I have some code which does this here: https://github.com/fourceu/fourc-qpid-manager/blob/master/include/fourc/fmf/BrokerAgentTemplate.h See line