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 [...]