Re: [JBoss-user] Threads in jboss

2001-06-11 Thread Burkhard Vogel
Use a sceduling service like flux from simscomputing.com . You can use the javaMail API to send emails.. Burkhard - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 9:23 AM Subject: RE: [JBoss-

RE: [JBoss-user] Threads in jboss

2001-06-10 Thread Sacha Labourey
Hello Dim, > I'm not sure if this would work, as haven't done it myself, but will no > doubt have to do something similar myself soon so I'll take the > opportunity to suggest it and possibly get some feedback. > > Would it be possible to have a MDB that subscribes to the topic and then > sends t

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Dmitri Colebatch
sends the email? Basically acting as a proxy for the client? cheers dim > From: "Tbone" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] Threads in jboss > Date: Sat, 9 Jun 2001 15:56:35 +0200 > Reply-To: [EMAIL PROTECTED] > > Hi, &

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Tbone
Hi, Thanks for the tip, but the users wil be notified by e-mail. maybe in the future where clients wil be gui the is an posibility for JMS implemantation greetz tbone > you can have your clients subscribed to a TOPIC and have them notified via > JMS > > > >Hi, everbody > > > >is there a way t

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Tbone
welcome greetz tbone Software is like sex, it's better when it's free - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 09, 2001 2:45 PM Subject: RE: [JBoss-user] Threads in jboss > Hello, >

RE: [JBoss-user] Threads in jboss

2001-06-09 Thread Sacha Labourey
Hello, For this purpose you may implement a MBEAN. MBEANs are allowed to access system resources, create threads, act as socket servers, ... and... use even use EJB ;) ! Furthermore, if my memory serves, I think a timer MBEAN already exists in the JBoss distribution. Check the distribution or s

Re: [JBoss-user] Threads in jboss

2001-06-09 Thread Keerthi Panneer
you can have your clients subscribed to a TOPIC and have them notified via JMS >From: "Tbone" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: [JBoss-user] Threads in jboss >Date: Sat, 9 Jun 2001 14:17:09 +0200 > &g

[JBoss-user] Threads in jboss

2001-06-09 Thread Tbone
Hi, everbody is there a way to program threads in jboss? the problem is that i need to notify may clients ( users ) on an time based approach ( 2 days ) when they forget fill in some data is there an way to do this? the only solution i have at the moment is with an servlet that loaded on start