If you are using code based on that driver example you will need to put in some non-blocking SSL into the IO handling path. Check out the transport.ssl() bits for one such approach. I think the only 'example' of using that will be in the old Messenger code, you can track its usage back to see that.
Alternatively you could as I've mentioned before (http://qpid.2158936.n2.nabble.com/Broker-with-live-data-tp7647047p7647201.html) also look at integrating with an existing IO framework, or even leverage an existing integration of the proton engine, such that it can also handle all the SSL stuff for you itself. Robbie On 17 October 2016 at 16:44, Artem <[email protected]> wrote: > Hello, i`m using this > <https://github.com/apache/qpid-proton/blob/master/examples/engine/java/src/main/java/org/apache/qpid/proton/examples/Driver.java> > example for my AMQP server and now i need to support SSL connection.What i > need changed in this "Driver$Acceptor" class? Or maybe you have simple > examples for implementation ssl-acceptor? Thanks, Artem! > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/SSL-server-tp7652063.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
