[ANNOUNCE] Qpid Proton 0.8 released

2014-11-06 Thread Rafael Schloming
Hi Everyone, Qpid Proton 0.8 is now officially available. You can find it here: - http://qpid.apache.org/releases/qpid-proton-0.8/index.html The release includes numerous bug fixes and improvements. Full details can be found here: - https://issues.apache.org/jira/secure/ReleaseNote.jspa?pro

Re: Optimising Proton Messenger data transfers & msgr-send/msg-recv oddities

2014-11-06 Thread Rafael Schloming
On Sat, Nov 1, 2014 at 5:07 AM, Fraser Adams wrote: > Thanks for the responses Rafael. > > Re the pn_messenger_send stuff, I guess I should have been clearer; what I > was really meaning was that I'd seen pn_messenger_put actually transfer > data without requiring the send. I realise that pn_mess

Re: qpid-stat/qpid-config and SSL connections

2014-11-06 Thread Pavel Moravec
Hello, you have to use qpid-stat options: --ssl-certificate= Client SSL certificate (PEM Format) --ssl-key= Client SSL private key (PEM Format) to specify client SSL certificate and key. Self-signed certificate should not be a problem, afaik. Kind regards, Pa