Yes, as long as you're running version 2.5 or above you have access to
the AbstractBootstrapService base class.

Best,
Seth 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tinkiknit
Sent: Friday, February 08, 2008 11:39 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: a Flex based viewer of JMS topics on Sonic



Thanks, this gives me some direction and it's a good start, if I 
think I know what you're telling me about writing an 
AbstractBootstrapService...I'll have to ask our Sonic SA about any 
Java APIs that should have come with it.

We've got FDS so I assume that's the same as using the LCDS?

Christine
--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Seth Hodgson" <[EMAIL PROTECTED]> 
wrote:
>
> 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: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of tinkiknit
> Sent: Friday, February 08, 2008 9:25 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> 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
>



 

Reply via email to