I completely agree Alan. We have recently been doing something very similar
internally in C++03 and the C++11 primitives are sourly missed. We have
managed to not use std::function by having a certain number of hardcoded
events which can be sent to a connection engine and using custom
promises/futu
/releases/qpid-proton-master/proton/cpp/api/annotated.html
>
> Justin
>
>
> On Thu, Mar 24, 2016 at 2:39 AM, Mark Banner wrote:
>
> > Hi all,
> >
> > We are writing a custom JMS-like wrapper over the proton-cpp API. In
> order
> > to open a session, I need
Hi all,
We are writing a custom JMS-like wrapper over the proton-cpp API. In order
to open a session, I need to use the session::open method. This method is
exported in the public headers but is declared as internal and is not
available in the documentation.
Should I avoiding using this method an