You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Kenneth Giusti <kg...@apache.org> on 2013/06/27 22:09:43 UTC

Review Request 12138: Add accessors for the sender-settle-mode and receiver-settle-mode

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12138/
-----------------------------------------------------------

Review request for qpid, Gordon Sim, Rob Godfrey, and Rafael Schloming.


Bugs: proton-81
    https://issues.apache.org/jira/browse/proton-81


Repository: qpid


Description
-------

Provide an API to access the sender-settle-mode and receiver-settle-mode of the Link.

Added a test to verify the settings are "negotiated" properly on link attach.

Modified Messenger to override the defaults when windowing is used (explicit settlement needed).


Diffs
-----

  /proton/trunk/proton-c/bindings/python/proton.py 1497342 
  /proton/trunk/proton-c/include/proton/engine.h 1497342 
  /proton/trunk/proton-c/src/engine/engine-internal.h 1497342 
  /proton/trunk/proton-c/src/engine/engine.c 1497342 
  /proton/trunk/proton-c/src/messenger/messenger.c 1497342 
  /proton/trunk/proton-j/proton-api/src/main/resources/proton.py 1497342 
  /proton/trunk/tests/python/proton_tests/engine.py 1497342 

Diff: https://reviews.apache.org/r/12138/diff/


Testing
-------

ctest


Thanks,

Kenneth Giusti


Re: Review Request 12138: Add accessors for the sender-settle-mode and receiver-settle-mode

Posted by Gordon Sim <gs...@redhat.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12138/#review22727
-----------------------------------------------------------



/proton/trunk/proton-c/include/proton/engine.h
<https://reviews.apache.org/r/12138/#comment46421>

    'comma at end of enumerator list' error when used from qpid/cpp


- Gordon Sim


On June 27, 2013, 8:09 p.m., Kenneth Giusti wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12138/
> -----------------------------------------------------------
> 
> (Updated June 27, 2013, 8:09 p.m.)
> 
> 
> Review request for qpid, Gordon Sim, Rob Godfrey, and Rafael Schloming.
> 
> 
> Bugs: proton-81
>     https://issues.apache.org/jira/browse/proton-81
> 
> 
> Repository: qpid
> 
> 
> Description
> -------
> 
> Provide an API to access the sender-settle-mode and receiver-settle-mode of the Link.
> 
> Added a test to verify the settings are "negotiated" properly on link attach.
> 
> Modified Messenger to override the defaults when windowing is used (explicit settlement needed).
> 
> 
> Diffs
> -----
> 
>   /proton/trunk/proton-c/bindings/python/proton.py 1497342 
>   /proton/trunk/proton-c/include/proton/engine.h 1497342 
>   /proton/trunk/proton-c/src/engine/engine-internal.h 1497342 
>   /proton/trunk/proton-c/src/engine/engine.c 1497342 
>   /proton/trunk/proton-c/src/messenger/messenger.c 1497342 
>   /proton/trunk/proton-j/proton-api/src/main/resources/proton.py 1497342 
>   /proton/trunk/tests/python/proton_tests/engine.py 1497342 
> 
> Diff: https://reviews.apache.org/r/12138/diff/
> 
> 
> Testing
> -------
> 
> ctest
> 
> 
> Thanks,
> 
> Kenneth Giusti
> 
>


Re: Review Request 12138: Add accessors for the sender-settle-mode and receiver-settle-mode

Posted by Gordon Sim <gs...@redhat.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12138/#review22780
-----------------------------------------------------------

Ship it!


Looks good, thanks again Ken!

- Gordon Sim


On July 3, 2013, 11:42 p.m., Kenneth Giusti wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12138/
> -----------------------------------------------------------
> 
> (Updated July 3, 2013, 11:42 p.m.)
> 
> 
> Review request for qpid, Gordon Sim, Rob Godfrey, and Rafael Schloming.
> 
> 
> Bugs: proton-81
>     https://issues.apache.org/jira/browse/proton-81
> 
> 
> Repository: qpid
> 
> 
> Description
> -------
> 
> Provide an API to access the sender-settle-mode and receiver-settle-mode of the Link.
> 
> Added a test to verify the settings are "negotiated" properly on link attach.
> 
> Modified Messenger to override the defaults when windowing is used (explicit settlement needed).
> 
> 
> Diffs
> -----
> 
>   /proton/trunk/proton-c/bindings/python/proton.py 1497342 
>   /proton/trunk/proton-c/include/proton/engine.h 1497342 
>   /proton/trunk/proton-c/src/engine/engine-internal.h 1497342 
>   /proton/trunk/proton-c/src/engine/engine.c 1497342 
>   /proton/trunk/proton-c/src/messenger/messenger.c 1497342 
>   /proton/trunk/proton-j/proton-api/src/main/resources/proton.py 1497342 
>   /proton/trunk/tests/python/proton_tests/engine.py 1497342 
> 
> Diff: https://reviews.apache.org/r/12138/diff/
> 
> 
> Testing
> -------
> 
> ctest
> 
> 
> Thanks,
> 
> Kenneth Giusti
> 
>


Re: Review Request 12138: Add accessors for the sender-settle-mode and receiver-settle-mode

Posted by Kenneth Giusti <kg...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12138/
-----------------------------------------------------------

(Updated July 3, 2013, 11:42 p.m.)


Review request for qpid, Gordon Sim, Rob Godfrey, and Rafael Schloming.


Changes
-------

Fixed extraneous comma found by Gordon.


Bugs: proton-81
    https://issues.apache.org/jira/browse/proton-81


Repository: qpid


Description
-------

Provide an API to access the sender-settle-mode and receiver-settle-mode of the Link.

Added a test to verify the settings are "negotiated" properly on link attach.

Modified Messenger to override the defaults when windowing is used (explicit settlement needed).


Diffs (updated)
-----

  /proton/trunk/proton-c/bindings/python/proton.py 1497342 
  /proton/trunk/proton-c/include/proton/engine.h 1497342 
  /proton/trunk/proton-c/src/engine/engine-internal.h 1497342 
  /proton/trunk/proton-c/src/engine/engine.c 1497342 
  /proton/trunk/proton-c/src/messenger/messenger.c 1497342 
  /proton/trunk/proton-j/proton-api/src/main/resources/proton.py 1497342 
  /proton/trunk/tests/python/proton_tests/engine.py 1497342 

Diff: https://reviews.apache.org/r/12138/diff/


Testing
-------

ctest


Thanks,

Kenneth Giusti