What support does RabbitMQ provide for web messaging?
There are multiple ways for interacting with RabbitMQ in web messaging scenarios. For example, we provide broker plugins that expose a JSON/RPC endpoint from within the broker process. The community has contributed a set client libraries that allow AMQP communication for a variety of web platforms including actionscript and pubsubhubbub. A more complete list can be found on the Client and Developer Tools page.