[jira] [Commented] (PROTON-919) make C impl behave like java wrt channel_max error

2015-06-23 Thread michael goulish (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598095#comment-14598095 ] michael goulish commented on PROTON-919: ~~~ NOTE ~~~ The proposed change alters

[jira] [Created] (PROTON-919) make C impl behave like java wrt channel_max error

2015-06-23 Thread michael goulish (JIRA)
michael goulish created PROTON-919: -- Summary: make C impl behave like java wrt channel_max error Key: PROTON-919 URL: https://issues.apache.org/jira/browse/PROTON-919 Project: Qpid Proton Is

[jira] [Commented] (PROTON-842) proton-c should honor channel_max

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

Re: Can we release proton 0.10? Can we add Py3K to that release?

2015-06-23 Thread Flavio Percoco
On 22/06/15 14:14 -0400, aconway wrote: On Tue, 2015-06-16 at 23:38 -0400, Rafael Schloming wrote: I'd like to get the proton-j-reactor branch into 0.10 also. It should be ready soon, so if py3k can be sorted and merged in a similar timeframe we could target a release for the end of the month.

Re: Can we release proton 0.10? Can we add Py3K to that release?

2015-06-23 Thread Robbie Gemmell
On 22 June 2015 at 19:14, aconway wrote: > On Tue, 2015-06-16 at 23:38 -0400, Rafael Schloming wrote: >> I'd like to get the proton-j-reactor branch into 0.10 also. It should >> be >> ready soon, so if py3k can be sorted and merged in a similar >> timeframe we >> could target a release for the end

how to know a temporary queue name created by PROTON-J client

2015-06-23 Thread Yanfeng Liu
Hi, We are trying PROTON libraries and we found that with PROTON-C, we can create temporary queues using "amqp://host/#" style URL. Then we can use " pn_subscription_address()" API to learn the temporary queue name: pn_subscription_t * sub = NULL; if ((sub = pn_messenger_subscribe(messenger