资 源 简 介
Flex Message Queue
Flex Message Queue (fxmq) (based on Appcelerator Entourage MQ) provides a lightweight client-side message bus to power event driven programming in Flex with a fraction of the code required for other event handling mechanisms, such as the MVC-style event handling provided by Adobe"s Cairngorm Microarchitecture. This implementation of the observer pattern provides a much easier to use programming interface than that of Cairngorm or the native events provided by Flex.
Simple Example
The following is a simple example of using the publish/subscribe programming model of fxmq
```