Posts on ‘January 22nd, 2009’

Flex with JMS using BlazeDS, Jetty and ActiveMQ

I recently had to develop a small web-based client that exposed results from a JMS Topic to a user. I’ve used Flex in the past and liked it so I thought I’d develop the client in Flex instead of using a standard Java Webapp.
A Flex client cannot talk to a JMS topic or queue [...]