Assuming your Sonic server has Java APIs to query for this information, you can override the AbstractBootstrapService in BlazeDS or LCDS and register your class in the <services> block of services-config.xml. Override the initialize(), start() and stop() methods. In your initialize() impl, you'd query Sonic for topics, and then you can dynamically create corresponding messaging destinations in BlazeDS or LCDS that bridge to these topics. Let would let you avoid needing to define the matching set of messaging destinations staticaly in your config files. Your start() and stop() impls can be no-ops.
Hope that helps, Seth ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Friday, February 08, 2008 9:25 AM To: [email protected] Subject: [flexcoders] a Flex based viewer of JMS topics on Sonic Hello... I'm looking in to creating a Flex based viewer to see what topics are available on our Sonic server. I've done queries through the command line to find out the topics but am wondering how to go about this in Flex. anyone done this before? talk to the JMS server to get info like this ?? Thanks! Christine

