RE: [JBoss-user] Thread and MDB

2003-09-20 Thread Sacha Labourey
iginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: samedi, 20. septembre 2003 18:09 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Thread and MDB > > > > Scott, the problem is that I´m receiving so

Re: [JBoss-user] Thread and MDB

2003-09-20 Thread gabriel
Scott, the problem is that I´m receiving some kind of timout exception while executing my MDB, and when it happens the MDB onMessage is called again. It seems to lock the message in the queue, and then it is called lots of times. Thanks for your help. Gabriel Scott M Stark <[EMAIL PROTECTED]> e

Re: [JBoss-user] Thread and MDB

2003-09-20 Thread Scott M Stark
You can do that if you want. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: Hello, can anyone help me with MDBs? Can I use threads with MDB in JBoss? Is there any problem on using it? Is it possible to call Thre

[JBoss-user] Thread and MDB

2003-09-19 Thread gabriel
Hello, can anyone help me with MDBs? Can I use threads with MDB in JBoss? Is there any problem on using it? Is it possible to call Thread.sleep(1) inside a MDB? I have a MDB, and I need to execute some methods and then make it sleep 5 seconds, but inside a 3000 iteration loop, with a total