Re: Jira components

2017-03-13 Thread Keith W
On 13 March 2017 at 15:06, Rob Godfrey wrote: > On 13 March 2017 at 15:34, Robbie Gemmell wrote: > >> On 13 March 2017 at 13:28, Justin Ross wrote: >> > Hi, everyone. >> > >> > We have some components that we have

[qpid-proton-cpp] default_container does not implement thread safety at all?

2017-03-13 Thread Fj
Hello, I'm mightily confused. There's https://qpid.apache.org/releases/qpid-proton-0.17.0/proton/cpp/api/md_mt.html that says in no uncertain terms that I can use event_loop.inject() to execute a callback on the thread that runs the event loop. There's an examples/cpp/mt/broker.cpp linked from

Re: Jira components

2017-03-13 Thread Rob Godfrey
On 13 March 2017 at 15:34, Robbie Gemmell wrote: > On 13 March 2017 at 13:28, Justin Ross wrote: > > Hi, everyone. > > > > We have some components that we have historically shared across Java and > > C++. Because we've formally split these in

Re: Jira components

2017-03-13 Thread Robbie Gemmell
On 13 March 2017 at 13:28, Justin Ross wrote: > Hi, everyone. > > We have some components that we have historically shared across Java and > C++. Because we've formally split these in the source tree, I'd like to > reflect that into our jira components. I'd like to make

Re: [Qpid Proton] How mandatory is Cyrus for SASL

2017-03-13 Thread Ganesh Murthy
- Original Message - > From: "Ganesh Murthy" > To: users@qpid.apache.org > Sent: Friday, March 10, 2017 3:18:04 PM > Subject: Re: [Qpid Proton] How mandatory is Cyrus for SASL > > > > - Original Message - > > From: "Alan Conway" > >

Re: [VOTE] Release Apache Qpid JMS 0.21.0

2017-03-13 Thread Robbie Gemmell
You can see the JIRA release notes at: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524=12338989 On 13 March 2017 at 13:52, Michael Lam wrote: > Is there an RC of the release notes? Am trying to see a rough area of > changes, thanks. > > On

Re: [VOTE] Release Apache Qpid JMS 0.21.0

2017-03-13 Thread Michael Lam
Is there an RC of the release notes? Am trying to see a rough area of changes, thanks. On Sun, 12 Mar 2017 at 05:51 Keith W wrote: > +1 > > * verify the checksums and signatures > * ran apache rat-check > * built from source distribution artefact and ran all tests (mvn >

Re: If not call set_trusted_ca_db, does proton attempt to read ca cert from somewhere?

2017-03-13 Thread Ken Giusti
- Original Message - > From: "cqi" > To: users@qpid.apache.org > Sent: Monday, March 13, 2017 5:20:47 AM > Subject: If not call set_trusted_ca_db, does proton attempt to read ca cert > from somewhere? > > I need to connect a broker and peers need to be verified over

If not call set_trusted_ca_db, does proton attempt to read ca cert from somewhere?

2017-03-13 Thread cqi
I need to connect a broker and peers need to be verified over SSL. set_trusted_ca_db function should be called to specify the part to the crt file. However, if this function is not called, does proto attempt to find and read certificate from somewhere automatically? -- View this message in