Andrew Stitcher created PROTON-1245:
---------------------------------------
Summary: There should be a way to set transport security options
Key: PROTON-1245
URL: https://issues.apache.org/jira/browse/PROTON-1245
Project: Qpid Proton
Issue Type: Improvement
Components: cpp-binding
Reporter: Andrew Stitcher
Assignee: Cliff Jansen
Currently we have no C++ binding equivalent to pn_transport_require_auth() and
pn_transport_require_encryption().
This means that we can't currently write credible AMQP servers using the C++
binding.
There is a design issue here though - It is not actually clear that just adding
these functions in exactly the same API location (to the transport object) is
the correct design for the C++ API.
Maybe they should be options passed into the container::listen() function.
They would probably have to be a new kind of listener_option since these
options have to take effect before the listen_handler can ever be called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]