Re: Using QPID behind HTTP proxy

2016-08-26 Thread Gordon Sim
On 26/08/16 11:13, rat...@web.de wrote: I am using the c++ messaging API which (I think) only supports 0-9? No, the c++ messaging API supports both 0-10 and 1.0. It does not at present support websockets however. Anyhow, it would require me to manually send the AMQP commands using

RE: Using QPID behind HTTP proxy

2016-08-26 Thread rat...@web.de
Thanks for the reply ;) I have read into the AMQP over WebSockets specs. However it seems that it only supports AMQP 1.0 right? I am using the c++ messaging API which (I think) only supports 0-9? Anyhow, it would require me to manually send the AMQP commands using websockets right? I was

RE: Using QPID behind HTTP proxy

2016-08-25 Thread Steve Huston
Hi Tobias, > -Original Message- > From: rat...@web.de [mailto:rat...@web.de] > Sent: Thursday, August 25, 2016 8:30 AM > To: users@qpid.apache.org > Subject: Using QPID behind HTTP proxy > > Hello, > in my c++ application several computations are performed on a remote > server. > I have