Proton 0.12.0 release update - RC is available

2016-02-03 Thread Justin Ross
The release candidate is now available: https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/ Maven staging repo: https://repository.apache.org/content/repositories/orgapacheqpid-1061 Test output on Fedora 23 x86-64:

[jira] [Comment Edited] (PROTON-515) Port to OpenVMS

2016-02-03 Thread Tomas Soltys (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15130087#comment-15130087 ] Tomas Soltys edited comment on PROTON-515 at 2/3/16 9:19 AM: - 1) According to

Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-03 Thread Ken Giusti
+1 release 0.12.0 RC bits as 0.12.0 GA tested on Centos7: - unit test and install - verified pyngus 2.0.3 unit tests and examples pass - verified mainline oslo.messaging functional tests pass - verified mainline rsyslog amqp1 plugin functions - Original Message - > From: "Justin

Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-03 Thread Timothy Bish
+1 * Built and ran tests. * validated signatures and sums * Built ActiveMQ using the staged maven artifacts and ran all AMQP tests * Built Qpid-JMS using the staged maven artifacts and ran all the tests. On 02/03/2016 10:10 AM, Justin Ross wrote: > The artifacts proposed for release: > >

[jira] [Updated] (PROTON-515) Port to OpenVMS

2016-02-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-515: --- Attachment: 0001-PROTON-515-Change-pn_handle_t-to-be-void-to-get-arou.patch I've attached a

Re: Proton 0.12.0 release update - RC is available

2016-02-03 Thread Justin Ross
On Wed, Feb 3, 2016 at 5:47 AM, Justin Ross wrote: > I will wait until Monday the 8th to start the vote, in case we discover > any important problems and need to plan another RC. > Robbie suggested I may as well start the vote now. Incoming.

[jira] [Commented] (PROTON-515) Port to OpenVMS

2016-02-03 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15130551#comment-15130551 ] Andrew Stitcher commented on PROTON-515: 1) Seems like a strange platform behaviour, but I think

[VOTE] Release Qpid Proton 0.12.0

2016-02-03 Thread Justin Ross
The artifacts proposed for release: https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/ Please indicate your vote below. If you favor releasing the 0.12.0 RC bits as 0.12.0 GA, vote +1. If you have reason to think the RC is not ready for release, vote -1. Thanks, Justin

[jira] [Created] (PROTON-1126) Allow setting connection properties in BlockingConnection

2016-02-03 Thread Ganesh Murthy (JIRA)
Ganesh Murthy created PROTON-1126: - Summary: Allow setting connection properties in BlockingConnection Key: PROTON-1126 URL: https://issues.apache.org/jira/browse/PROTON-1126 Project: Qpid Proton

[jira] [Commented] (PROTON-1126) Allow setting connection properties in BlockingConnection

2016-02-03 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15131013#comment-15131013 ] Ganesh Murthy commented on PROTON-1126: --- See if you can also allow setting the offered_capabilities

Best practices using proton-j Reactor

2016-02-03 Thread Garlapati Sreeram Kumar
Hello Folks! Couple of Questions on Proton-j Reactor usage-pattern: 1. In the current version of proton-j: 1 Reactor instance is tied to 1 connection – is there any way to associate 1 Reactor per Link. Or in other words, If there are multiple links attached to one Connection, which is handled