Re: Extending the lease duration on messages received with Proton?

2015-12-07 Thread aconway
On Mon, 2015-12-07 at 10:29 +, Robbie Gemmell wrote: > On 4 December 2015 at 19:56, Philippe Le Rohellec > wrote: > > I'm using Proton to receive messages from an Azure Service Bus > > queue. > > The receiver keeps a lock on each message it receives for a > > predefined >

Re: Acknowledging received messages with Proton and an Azure Service Bus queue

2015-12-07 Thread aconway
On Fri, 2015-12-04 at 12:20 -0700, plerohel wrote: > Thanks James, that article is extremely helpful. > After I set the messenger incoming_window to a positive value, > messages do > get acknowledged as expected. > Rejecting the message doesn't work though. It might be because I'm > not > setting

Re: Function pn_message_encode() returns -2

2015-12-07 Thread aconway
traverse is intended to walk the data structure from the beginning. Node "1" is the first child node (node 0 is the "root" of the tree). Nodes are referred to by number rather than pointer because the node storage can be re-allocated if the pn_data object grows which changes the node addresses. So

[jira] [Closed] (PROTON-1052) SSL support in C++ reactor client

2015-12-07 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen closed PROTON-1052. Resolution: Fixed > SSL support in C++ reactor client > - > >

[jira] [Closed] (PROTON-1053) SASL support in C++ reactor client

2015-12-07 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen closed PROTON-1053. Resolution: Fixed > SASL support in C++ reactor client > -- > >

Re: Extending the lease duration on messages received with Proton?

2015-12-07 Thread Robbie Gemmell
On 4 December 2015 at 19:56, Philippe Le Rohellec wrote: > I'm using Proton to receive messages from an Azure Service Bus queue. > The receiver keeps a lock on each message it receives for a predefined > amount of time, which I think matches the "Lock Duration" set on the

Re: Function pn_message_encode() returns -2

2015-12-07 Thread sanddune008
I awaiting review comments.Kindly confirm. -- View this message in context: http://qpid.2158936.n2.nabble.com/Function-pn-message-encode-returns-2-tp7634948p7634950.html Sent from the Apache Qpid Proton mailing list archive at Nabble.com.

Re: Extending the lease duration on messages received with Proton?

2015-12-07 Thread Philippe Le Rohellec
Yes, that's my understanding too. In unsettled mode, once a message is received by a receiver, no other receiver will get it until the first receiver rejects it OR, if the backend queue has a limit on the lock duration and the receiver neither accepts or rejects, until the lock expires. Robbie is

[jira] [Commented] (PROTON-1071) EventInjector hangs on Windows

2015-12-07 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15045851#comment-15045851 ] Cliff Jansen commented on PROTON-1071: -- This JIRA cuts across a number of Proton IO and threading

[jira] [Created] (PROTON-1072) Proton build fails if epydoc is installed

2015-12-07 Thread Ganesh Murthy (JIRA)
Ganesh Murthy created PROTON-1072: - Summary: Proton build fails if epydoc is installed Key: PROTON-1072 URL: https://issues.apache.org/jira/browse/PROTON-1072 Project: Qpid Proton Issue

[jira] [Updated] (PROTON-1072) Proton build fails if epydoc is installed

2015-12-07 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated PROTON-1072: -- Description: Steps to reproduce Get the latest proton from master. Install epydoc on your

[jira] [Commented] (PROTON-1072) Proton build fails if epydoc is installed

2015-12-07 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15045883#comment-15045883 ] Ganesh Murthy commented on PROTON-1072: --- The build works fine when I commented out the following

[jira] [Commented] (PROTON-1068) c++ remove counted_ptr and context types from public API

2015-12-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15045905#comment-15045905 ] ASF subversion and git services commented on PROTON-1068: - Commit

[jira] [Commented] (PROTON-1071) EventInjector hangs on Windows

2015-12-07 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15045930#comment-15045930 ] Gordon Sim commented on PROTON-1071: {quote} EventInjector as coded violates Proton's io model: the