[rabbitmq-discuss] AMQP client for flex/flash

Tony Garnock-Jones tonyg at lshift.net
Thu Dec 13 14:48:41 GMT 2007


Hi David,

David Pollak wrote:
> I've been talking to some folks about a flex front-end to lift.  It
> makes a lot of sense to me to do the client/server communications as
> messages sent over AMQP.  So... is there a flex client?

No, not yet. Does flex offer plain-old-TCP sockets? If so, one could be
built; otherwise, XmlHttpRequest could maybe be used just as it's used
in our HTTP adapter for in-browser Javascript support. Essentially, a
JSON-RPC object proxies for AMQP service, so that Javascript can publish
to and consume from queues on a RabbitMQ broker. It's still a bit rough,
but you can take a look at it by following links from
http://www.rabbitmq.com/download.html#rabbitmq-http.

Regards,
  Tony





More information about the rabbitmq-discuss mailing list