[
https://issues.apache.org/jira/browse/PROTON-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15392306#comment-15392306
]
ASF subversion and git services commented on PROTON-1270:
---------------------------------------------------------
Commit d324e5cd9bde53bfb3a346daa2db773559225fa4 in qpid-proton's branch
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=d324e5c ]
PROTON-1270: [C++ binding] Add new overloads for open_sender & open_receiver
- These allow you to create senders and receivers with connection options
but without specifying empty sender_options or receiver_options.
> Add extra convenience overloads for container::open_sender &
> container::open_receiver
> -------------------------------------------------------------------------------------
>
> Key: PROTON-1270
> URL: https://issues.apache.org/jira/browse/PROTON-1270
> Project: Qpid Proton
> Issue Type: Improvement
> Affects Versions: 0.13.0
> Reporter: Andrew Stitcher
> Priority: Minor
> Fix For: 0.14.0
>
>
> If you want to create a sender or receiver with non standard connection
> options, but no extra sender or receiver options - which has turned out to be
> fairly common in simple code I have written - it's awkward and unnecessary to
> have to specific an empty connection_options object in the API.
> Adding extra overloads of container::open_sender() and
> container::open_receiver() which take only a url and connection_options
> makes the code easier to read and write.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]