QPid Proton CPP

2018-02-23 Thread Baptiste Robert
stand the philosophy of proton. In my mind it was : one container that handle multiple connections, and the container can close/open connections from different thread. Oh and lastly, I do not understand why the proton::error_condition does not have an error code (proper enum, not string). Thank

qpid proton-cpp windows

2018-03-15 Thread Baptiste Robert
Hello everybody, I currently have an issue with the qpid-proton c++ implementation on windows. I can't connect to a Java broker with an authenticationproviders set to : PlainPasswordFile. I built the simple_send examples and I can send messages to the broker if authenticationproviders is set to

Re: QPid-proton cpp 0.21 - Crash

2018-04-18 Thread Baptiste Robert
Chris > > > > On 17 April 2018 at 16:36, Baptiste Robert <baptisterober...@gmail.com> > wrote: > > > Hello, > > > > When I create a proton::container and use it, I have a crash when I > delete > > the proton object: > > > > void pn_proactor_

QPid-proton cpp 0.21 - Crash

2018-04-17 Thread Baptiste Robert
Hello, When I create a proton::container and use it, I have a crash when I delete the proton object: void pn_proactor_free(pn_proactor_t *p) { -> DeleteTimerQueueEx(p->timer_queue, INVALID_HANDLE_VALUE); I'm using proton 0.21 compiled in CXX03 mode. Is anyone have an idea ? Thank you,

qpid-proton cpp windows : Crash

2018-04-23 Thread Baptiste Robert
collector); free(p); } Proton version : 0.21 Windows 7 - 64 bits Visual studio 2010 Does any one have a clue ? It remind me this issue on the dispatch router: https://issues.apache.org/jira/browse/DISPATCH-945 -- Baptiste Robert

Re: qpid-proton cpp - Broker example segfault

2018-03-19 Thread Baptiste Robert
it compliant ? Thank you, 2018-03-19 15:21 GMT+01:00 Alan Conway <acon...@redhat.com>: > On Mon, Mar 19, 2018 at 4:45 AM, Baptiste Robert < > baptisterober...@gmail.com > > wrote: > > > Hello, > > > > I'm having an issue with the broker example. Whe

qpid-proton cpp - Wrong auth with reconnect options lead to error : Too many reconnect attempts

2018-03-23 Thread Baptiste Robert
if it fails because the auth was bad or if the server is just unreachable. If I remove the reconnect_options then I get this information, but why I cannot get both ? Thank you, -- Baptiste Robert

qpid-proton cpp - Broker example segfault

2018-03-19 Thread Baptiste Robert
of my problem with qpid.. Thank you, -- Baptiste Robert

Re: qpid-proton cpp windows : Crash

2018-04-26 Thread Baptiste Robert
Update: I opened a JIRA : https://issues.apache.org/jira/browse/PROTON-1833 2018-04-23 16:50 GMT+02:00 Alan Conway <acon...@redhat.com>: > On Mon, Apr 23, 2018 at 5:37 AM, Baptiste Robert < > baptisterober...@gmail.com > > wrote: > > > Hello, > > > &