[GitHub] qpid-proton pull request: Fix 2 Code Analysis warnings and a reall...

2015-06-19 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/39 Fix 2 Code Analysis warnings and a realloc leak/result not checked -Fix 2 Code Analysis warnings in iocp.c -Fix one realloc leak and the fact that the realloc result was not checked.

[jira] [Created] (PROTON-918) Jython interop tests failing since e38957ae5115

2015-06-19 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-918: -- Summary: Jython interop tests failing since e38957ae5115 Key: PROTON-918 URL: https://issues.apache.org/jira/browse/PROTON-918 Project: Qpid Proton Issue

[jira] [Closed] (PROTON-756) add a new/simpler setup.py for python bindings

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti closed PROTON-756. - Resolution: Duplicate Fix Version/s: (was: 0.9) 0.10 > add a new/simpler set

[jira] [Resolved] (PROTON-908) Use swig as a build dependency when possible

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-908. --- Resolution: Fixed Fix Version/s: 0.10 > Use swig as a build dependency when possible >

[jira] [Resolved] (PROTON-895) Rely on python to build the downloaded tarball

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-895. --- Resolution: Fixed Fix Version/s: 0.10 > Rely on python to build the downloaded tarball > --

[jira] [Resolved] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-885. --- Resolution: Fixed > Allow setup.py to bundle qpid-proton > > >

[jira] [Updated] (PROTON-885) Allow setup.py to bundle qpid-proton

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated PROTON-885: -- Affects Version/s: 0.9.1 Fix Version/s: 0.10 > Allow setup.py to bundle qpid-proton > --

[jira] [Assigned] (PROTON-756) add a new/simpler setup.py for python bindings

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned PROTON-756: - Assignee: Ken Giusti (was: Darryl L. Pierce) > add a new/simpler setup.py for python bindings >

[jira] [Commented] (PROTON-905) Long-lived connections leak sessions and links

2015-06-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593407#comment-14593407 ] ASF subversion and git services commented on PROTON-905: Commit 65

[jira] [Resolved] (PROTON-905) Long-lived connections leak sessions and links

2015-06-19 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-905. --- Resolution: Fixed > Long-lived connections leak sessions and links > -

RE: how to create temporary queue from Proton API

2015-06-19 Thread Yanfeng Liu
Gordon, Thank you so much for the pointer! Regards, Yanfeng -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Friday, June 19, 2015 4:27 PM To: proton@qpid.apache.org Subject: Re: how to create temporary queue from Proton API On 06/19/2015 07:14 AM, Yanfeng Liu wrot

Re: how to create temporary queue from Proton API

2015-06-19 Thread Gordon Sim
On 06/19/2015 07:14 AM, Yanfeng Liu wrote: Hi, I am wondering if it is possible to create a temporary queue from a Qpid client program using Proton API only? Assuming you mean the messenger API, then you can now do so by using a url for your subscription of the form amqp://myhost:5672/# wher