You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by qutab <qa...@hotmail.com> on 2019/10/07 14:21:14 UTC

Re: C++ client for AMQP 1.0 over WebSocket

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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: C++ client for AMQP 1.0 over WebSocket

Posted by Alan Conway <ac...@redhat.com>.
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 <qa...@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-unsubscribe@qpid.apache.org
> For additional commands, e-mail: dev-help@qpid.apache.org
>
>