AMQP with RabbitMQ and ActionScript
June 14, 2010
A requirement in a current project is to be able to receive messages from the RabbitMQ server in a Flex client. I managed to do this using as3-amqp library available on github, but the documentation is very sparse and most of this was worked out from the source. The old …