0x6e6562 / as3-amqp

This is an implementation of the 0-8 version of AMQP for AS3.
Other
42 stars 9 forks source link

Suggestion for using PublishClientImpl in Adobe Flex #1

Open ducky427 opened 14 years ago

ducky427 commented 14 years ago

I am using Adobe Flex SDK 3.4.0 on Windows and I wanted to use this library to publish a message to a queue. So I was using PublishClientImpl class. My AMQP broker is RabbitMQ 1.7.0 on windows.

When I tried a basic example, I kept on getting a "Security sandbox violation". I managed to get rid of the problem by looking at the doc for AMQP-JS:"http://github.com/dansimpson/amqp-js", section titled "Flash Policy".

It would be helpful to future users if you guys can include a similar remark.

Cheers

ducky427 commented 14 years ago

Seems like I can't seem to reproduce this. So now my flex client doesn't seem to need the policy file. Weird.

Cheers.