Try something like:

try {
         
    EmbeddedJmsServer server = new EmbeddedJmsServer(config);

    Thread serverThread = new Thread( server );

    server.init();

    serverThread.start();

} catch (Throwable e) {

    // do nothing e.printStackTrace();

} 




On 9/22/05 9:28 AM, "Jason Bell" <[EMAIL PROTECTED]> wrote:

>> Hi !
>> 
>> Thanks for your resnonce. I saw that article at ONJava.com. They use
>> standalone openJMS server. I'm interested in embedded.
> 
> I was Googling around, I have to admit, as I found your posting very
> interesting.  I've downloaded OpenJMS and will try and have a play when I have
> half an hour to do so.  Not too sure when that will happen, possibly over the
> weekend.
> 
> Kind regards
> Jason
> 
> --
> Jason Bell
> Lead Architect, SpikeSource Europe
> e: [EMAIL PROTECTED]
> w: http://www.spikesource.com
> b: http://jasonbell.blog-city.com
> m: +44 (0)787 529 2693
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
Dov Rosenberg
Conviveon/Inquira
Knowledge Management Experts
http://www.conviveon.com
http://www.inquira.com




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to