I can't use MessageDrivenBeans cause we have to use EJB1.1 -----Urspr�ngliche Nachricht----- Von: Edward Q. Bridges [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 13. Februar 2002 14:54 An: [EMAIL PROTECTED]; Jboss User (E-Mail) Betreff: Re: [JBoss-user] How can I use a background process with JBoss
why not just send the user an email after the order has been processed? you could process the order using a message-driven bean that sends an email when completed, since you won't know if the user is still available after processing the order. HTH On Wed, 13 Feb 2002 14:16:36 +0100, Dirk Storck wrote: >How can I achieve this with JBoss and Struts ? What would be the best way to >implement this _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
