[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-tabpanel&focusedCommentId=14256845#comment-14256845 ] Bozo Dragojevic commented on PROTON-789: Fwiw, building against homebrew openssl w

[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-tabpanel&focusedCommentId=14256847#comment-14256847 ] Bozo Dragojevic commented on PROTON-789: here are the rough steps for preparing th

[jira] [Commented] (PROTON-787) thread safety issue -- openssl initialization

2014-12-23 Thread Bozo Dragojevic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256848#comment-14256848 ] Bozo Dragojevic commented on PROTON-787: from : {quote} * The messenger interface

Proton-C - how to acknowledge received messages?

2014-12-23 Thread Raphael Fuchs
Dear protons, I am using Proton-C to read amqp messages and I wonder why there is no acknowledge call in the messenger. In the Qpid C++ Messaging API there is an acknowledge() call in the Session class. I assume that the ack is going to the message broker. If this is the case then I ask myself w

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 wrote: > Hi Raphael, > > +1 for packaging, -1 for functionality > > I gave

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 pn_

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 : > 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,

[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-tabpanel&focusedCommentId=14257009#comment-14257009 ] Weston M. Price commented on PROTON-789: Good workaround. Thanks! > Lots of Depre

[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-tabpanel&focusedCommentId=14257524#comment-14257524 ] Chuck Rolke commented on PROTON-784: A simple reproducer is available in the Qpid mess

[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 Ty

[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-tabpanel&focusedCommentId=14257581#comment-14257581 ] Andrew Stitcher commented on PROTON-790: In the current tree {code}git tag 0.9-alp

[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-tabpanel&focusedCommentId=14257582#comment-14257582 ] Andrew Stitcher commented on PROTON-790: Another benefit of using tags is that the

[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-tabpanel&focusedCommentId=14257836#comment-14257836 ] Rafael H. Schloming commented on PROTON-790: I'll update the release script to