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 searching for something like the QPID c++ messaging api where I could specify a HTTP proxy. In my understanding something like this does not exist right?
One alternative that I imagined would be to send the request from the client via HTTP POST to a webserver (e.g. using curl with proxy setting). This webserver would then connect to the broker (in the same network) and send the answer back. I'm not too experienced with these things, but in my understanding this would be the most easy workaround to solve this problem without switching to another broker / message queue concept right? If there is anything more suitable for my usecase, please let me know... Regards Tobias -- View this message in context: http://qpid.2158936.n2.nabble.com/Using-QPID-behind-HTTP-proxy-tp7649606p7649649.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org