A change to the site code UI

2016-01-28 Thread Justin Ross
I made a usability change that impacts those who update the Qpid site code. Previously "make render" would render once to the output/ dir (so you could look at with your browser) and once to the docs/ dir (with its URLs ready for publication). Now I've isolated the publish step. Use "make render

Proton 0.12.0 release notes and docs preview

2016-01-28 Thread Justin Ross
Hi, everyone. Please take a look at the proposed landing page content and release notes for 0.12.0. http://people.apache.org/~jross/qpid-site/head/releases/qpid-proton-0.12.0/index.html http://people.apache.org/~jross/qpid-site/head/releases/qpid-proton-0.12.0/release-notes.html There is stil

Proton 0.12.0 unresolved issues

2016-01-28 Thread Justin Ross
http://s.apache.org/Jdk Right now there are 20 unresolved issues against 0.12.0. We're after beta and closing in on RC. Many of these issues likely need one of the following adjustments: - Mark it resolved because it is in fact done - Push out the fix version because it's now too late to fi

federated broker system with duplicate routes - no message duplication observed

2016-01-28 Thread jjw tectec
I've set up a simple 4-broker system, where between Bs (source broker) and Bd (destination broker) are two middle brokers set up in parallel, like this: [image: Inline image 1] The script that I used to set up all the resources & routes is shown at the end of this message. I attached a publisher

Re: Proton 0.12.0 release update - Beta is available

2016-01-28 Thread Robbie Gemmell
On 27 January 2016 at 00:51, Justin Ross wrote: > Hi, folks. The beta is now available from the following URL: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-beta/ > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapacheqpid-1059 > > Test out

Re: ssl not working

2016-01-28 Thread Gordon Sim
On 01/27/2016 10:02 PM, jjw tectec wrote: I'm trying to add encryption, but couldn't get things to work. I've done the following (for a single broker scenario): 1) Ran the following script to create a certificate database: mkdir ${CERT_DIR} certutil -N -d ${CERT_DIR} -f ${CERT_PW_FILE} certutil