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 and open sessions another way? Mark
