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