[jira] [Commented] (PROTON-789) Lots of Deprecation Warnings on OSX

2014-12-23 Thread Bozo Dragojevic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14256847#comment-14256847 ] Bozo Dragojevic commented on PROTON-789: here are the rough steps for preparing

Re: Proton 0.9 alpha 1

2014-12-23 Thread Rafael Schloming
Hi Chuck, Thanks for checking out the alpha. I suspect you're right about PROTON-784. Any sort of minimal reproducer you could isolate would be greatly appreciated. --Rafael On Mon, Dec 22, 2014 at 5:17 PM, Chuck Rolke cro...@redhat.com wrote: Hi Raphael, +1 for packaging, -1 for

Re: Proton-C - how to acknowledge received messages?

2014-12-23 Thread Rafael Schloming
You should be able to call pn_messenger_accept(...) or messenger.accpet(...) on the tracker of the message depending on what flavor of the API you are using. In python, the tracker is returned when you call get(...) in C you can access the tracker for the most recently received message by using

Re: Proton-C - how to acknowledge received messages?

2014-12-23 Thread Raphael Fuchs
Hi Rafael, thank you! I really missed this functionality. Cheers Raphael 2014-12-23 13:45 GMT+01:00 Rafael Schloming r...@alum.mit.edu: You should be able to call pn_messenger_accept(...) or messenger.accpet(...) on the tracker of the message depending on what flavor of the API you are

[jira] [Commented] (PROTON-789) Lots of Deprecation Warnings on OSX

2014-12-23 Thread Weston M. Price (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257009#comment-14257009 ] Weston M. Price commented on PROTON-789: Good workaround. Thanks! Lots of

[jira] [Commented] (PROTON-784) Settled Deliveries keep piling up, and do not seem to get freed from heap

2014-12-23 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257524#comment-14257524 ] Chuck Rolke commented on PROTON-784: A simple reproducer is available in the Qpid

[jira] [Created] (PROTON-790) Use git tag for release (rather than branch)

2014-12-23 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-790: -- Summary: Use git tag for release (rather than branch) Key: PROTON-790 URL: https://issues.apache.org/jira/browse/PROTON-790 Project: Qpid Proton Issue

[jira] [Commented] (PROTON-790) Use git tag for release (rather than branch)

2014-12-23 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257581#comment-14257581 ] Andrew Stitcher commented on PROTON-790: In the current tree {code}git tag

[jira] [Commented] (PROTON-790) Use git tag for release (rather than branch)

2014-12-23 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257582#comment-14257582 ] Andrew Stitcher commented on PROTON-790: Another benefit of using tags is that

[jira] [Commented] (PROTON-790) Use git tag for release (rather than branch)

2014-12-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257836#comment-14257836 ] Rafael H. Schloming commented on PROTON-790: I'll update the release script to