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.
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