On Mon, 2016-11-21 at 14:03 -0800, Robin Zimmermann wrote: > Hi, > > Does anyone know of a C++ client that supports AMQP 1.0 over > WebSocket, > since it's now been standardized? > > I searched the archives but did not see anything recent. > > If not a C++ client, what about a C client? >
No but... 1. I am working on WebSocket support for Qpid Dispatch. Once that is done I intend to pull the code back into the proton core, so there would be C and C++ support. I'm using the libwebsocket.org C library. 2. C and C++ proton provide a low-level "connection_driver" that you can combine with libwebsocket.org or some other library to do it yourself in the meantime. Please let me know if you go this way as we will probably have things to talk about. Cheers, Alan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
