Re: heads up: javascript has landed

2014-12-12 Thread Rafael Schloming
On Fri, Dec 12, 2014 at 12:39 PM, Fraser Adams < fraser.ad...@blueyonder.co.uk> wrote: > > > On 12/12/14 17:08, Rafael Schloming wrote: > >> As an aside, I attempted to use a different web sockets to tcp proxy and >> I got an error because the protocol wasn't "binary" or "base64". What exact >> pro

Re: heads up: javascript has landed

2014-12-12 Thread Fraser Adams
On 12/12/14 17:08, Rafael Schloming wrote: As an aside, I attempted to use a different web sockets to tcp proxy and I got an error because the protocol wasn't "binary" or "base64". What exact protocol are you using and how is your proxy transcoding to/from web sockets to tcp? --Rafael Are yo

Re: heads up: javascript has landed

2014-12-12 Thread Rafael Schloming
On Fri, Dec 12, 2014 at 12:02 PM, Fraser Adams < fraser.ad...@blueyonder.co.uk> wrote: > > Yup pretty much exactly as Rafael says. > > If you are using the Qpid Java Broker you need to tweak the config.json in > qpid-work, basically you need to add something like the following to the > "ports" arra

Re: heads up: javascript has landed

2014-12-12 Thread Fraser Adams
Yup pretty much exactly as Rafael says. If you are using the Qpid Java Broker you need to tweak the config.json in qpid-work, basically you need to add something like the following to the "ports" array (if you leave out the "id" I think a proper one should get created): { "id" : "7f44acc

Re: Create a message bus with Qpid

2014-12-12 Thread Gibson, Jack
Jan - You can use the dispatch router to build such a topology. Clients would then use the router as their endpoint. The router would have need to be configured with a balanced configuration with waypoints to each broker. The result: C | R / \ B B The client could use a

Re: heads up: javascript has landed

2014-12-12 Thread Rafael Schloming
Yes, it is possible. The only caveat is that depending on whether your broker supports websockets or not you may need to put a websockets to tcp proxy in front of your broker. --Rafael On Fri, Dec 12, 2014 at 9:57 AM, Jan Rinze wrote: > > I have read this thread with great interest. > Will it be

Re: heads up: javascript has landed

2014-12-12 Thread Jan Rinze
I have read this thread with great interest. Will it be possible to use this in a web-page and show incoming messages from a queue as well as send messages to a queue? We use JSON based web services to relay between javascript and qpid but sending and receiving directly to a broker would make life

Create a message bus with Qpid

2014-12-12 Thread jan rinze
Hi all, It's been quite a struggle to get messages from one queue to a queue on another broker. The simplest but also most restrictive way is to use qpid-route queue add however this is simply a point-to-point solution. and setting it up with --durable requires much more and often results in