Re: javascript bindings connecting to a qpid c++ broker

2014-08-27 Thread Fraser Adams
Hey Ernie, You did read what I put in my previous response about the JavaScript bindings using a *WebSocket* transport didn't you? send.js and recv.js won't talk *directly* to the C++ broker, however I've included a simple WebSocket-TCP Socket proxy. If you stand up proxy.js that should

Re: javascript bindings connecting to a qpid c++ broker

2014-08-27 Thread Ernest Allen
Ah, well that would explain it. Thanks! - Original Message - From: Fraser Adams fraser.ad...@blueyonder.co.uk To: proton@qpid.apache.org Sent: Wednesday, August 27, 2014 5:53:55 PM Subject: Re: javascript bindings connecting to a qpid c++ broker Hey Ernie, You did read what I put in my