port 843

60 views
Skip to first unread message

DOBRO Sergei

unread,
Jan 31, 2010, 4:36:59 AM1/31/10
to amq...@googlegroups.com
Hi there!

Is it possible to configure port manually for checking flash policy file using some option inside javascript API?
The point is that outgoing traffic on port 843 is usually blocked by firewalls in office networks.

Thanks.

dan.simpson

unread,
Jan 31, 2010, 1:25:24 PM1/31/10
to amqp-js
I added some functionality for you to test. I think adobe made the
whole policy file system way to complicated. Anyways, from what I
have just read, the Security.loadPolicyFile should allow one to define
the source of the policy file.

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

DOBRO

unread,
Jan 31, 2010, 3:22:16 PM1/31/10
to amqp-js
Dan,
Thanks a lot!

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!

DOBRO

unread,
Feb 1, 2010, 3:51:32 PM2/1/10
to amqp-js
I have tested it.
Setting property "policyUrl" does not help. The socket connection can
not be created without running file policy server on port 843.
Reply all
Reply to author
Forward
0 new messages