On Tue, 2016-07-12 at 09:41 -0700, Tobias Duckworth wrote:
> Thank you for your response.
> 
> I'm already using libcurl to establish the socket connection, so will
> have a
> go at getting it to do all the reading/writing as well, and then see
> if I
> can convince it to do the SSL.
> 
> Any reason you can think of that this wouldn't work?
> 

For basic AMQP functionality no, the connection engine doesn't care
where the bytes came from or go to. 

For getting security information into your proton handler (e.g.
authenticated username, virtual host) I think we already have the hooks
we need on proton::connection, if there we identify any gaps they'll be
easy to fix.

Cheers,
Alan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to