Re: Embedding activeMQ stops automatically

2009-09-10 Thread Rob Davies
try { Thread.sleep(1); } catch (InterruptedException e) { shouldRun = false; } } I see that now activeMQ happily starts up. Any clues why? -- View this me

Embedding activeMQ stops automatically

2009-09-09 Thread rranjan
try { Thread.sleep(1); } catch (InterruptedException e) { shouldRun = false; } } I see that now activeMQ happily starts up. Any clues why? -- View this message in context: http