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

2014-03-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13941822#comment-13941822 ] ASF subversion and git services commented on PROTON-515: Commit

[jira] [Resolved] (PROTON-478) status not updated for settled deliveries

2014-03-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-478. Resolution: Fixed Fix Version/s: 0.7 status not updated for settled

[jira] [Updated] (PROTON-478) status not updated for settled deliveries

2014-03-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-478: --- Fix Version/s: (was: 0.7) 0.6 status not updated for settled

[jira] [Resolved] (PROTON-467) Stop initializing encoder and decoder for each message sent/received

2014-03-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-467. Resolution: Fixed Fix Version/s: 0.7 Assignee: Rafael H. Schloming

[jira] [Commented] (PROTON-467) Stop initializing encoder and decoder for each message sent/received

2014-03-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13941845#comment-13941845 ] ASF subversion and git services commented on PROTON-467: Commit

[jira] [Closed] (PROTON-392) proton-jni build fails

2014-03-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming closed PROTON-392. -- Resolution: Invalid proton-jni build fails --

Re: Proton 0.7 RC1

2014-03-20 Thread Ted Ross
I tested this RC standalone and against Dispatch trunk. Everything worked as I expected. One note on the README: I tested on a stripped down Fedora 20 image and I had to install two additional packages to those listed in the README: - rubygem-minitest - maven -Ted On 03/14/2014

Anonymous Producers

2014-03-20 Thread Clebert Suconic
A common JMS feature is to have a Producer being anonymous and define the address only when the message is sent. We do the same on HornetQ core API.. However from my first look on the Proton API I always need to define the source and the target? Is there a way to define the destination per