azure-uamqp-c icon indicating copy to clipboard operation
azure-uamqp-c copied to clipboard

Request for the Server SideBroker

Open jkriba opened this issue 8 years ago • 1 comments

Hi Can you please let us know the availability of the Server Side Broker for this particular Component as mentioned in the documentation as,

"The server side support of uAMQP (for example for SASL) is currently work in progress." thanks

Regards JK

jkriba avatar Feb 20 '18 12:02 jkriba

Hi @jkriba

Sorry for the delay on replying. The current state is a bit better than some time ago.

There is a socket_listener interface for the server portion and there is a loopback test that runs during the gated builds. This is raw TCP.

The TLS portion for the server side though is not there. Regarding SASL, there is now a sasl_server_mechanism interface, but the sasl_server_io is not yet there.

I'll leave this issue open and update as soon as it is possible to write at least a raw TCP server E2E using at least SASL_ANONYMOUS or SASL_PLAIN.

Thanks! /Dan

dcristoloveanu avatar Mar 15 '18 21:03 dcristoloveanu