I haven't done anything with WS support for proton proper, but I've been
way from proton for a while so maybe somebody else has done something?

C and C++ provide a connection_driver API exactly for this sort of
integration. Basically you can treat proton as a bytes-in, bytes-out
protocol engine, and feed it from the connection of your choice - in this
case some WS library. The AMQP application code is unchanged.

Qpid dispatch has some WS support and uses proton, it might or might have
some re-usable code that can be extracted.

On Mon, Oct 7, 2019 at 11:09 AM qutab <qazi_qu...@hotmail.com> wrote:

> Hi Alan,
>
> May I ask what is the current status of WebSocket support in qpid-proton?
> Did you ever create a PR for this? Thanks.
>
> BR,
> Qutab
>
>
>
> --
> Sent from:
> http://qpid.2158936.n2.nabble.com/Apache-Qpid-developers-f7254403.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
> For additional commands, e-mail: dev-h...@qpid.apache.org
>
>

Reply via email to