It may be configured with the following:
MQ.configure({
policyUrl: "http://domain/com/policyfile.xml"
});
However, I could not determine if this is the functionality you are
looking for, or if it will work for your scenario.
YMMV,
Dan
I'll try to test it tomorrow. The main goal is to have TCP/IP
connection from browser to RabbitMQ server. I've made a decision to go
away from any real time Web based on HTTP. I have been working on my
project for two years (it's live and ready now). It's a chess gaming
zone where one may play even extreme blitz (10 seconds per game), no
downloads required. You may try it if you wish.
But now I know from experience that none of solutions such as
Websockets or Comet are able to replace TCP/IP.
Big thanks for amqp-js!