Howdy, I've used and use OpenJMS with tomcat all the time, including in several production systems.
What are you looking for specifically? A document? Code that sends messages to an OpenJMS queue/topic, received from an OpenJMS queue/topic, all of the above? I've actually gone from using tomcat's JNDI support to specifying the JMS connection parameters in an app-specific configuration file and creating the JMS objects myself. But I had it working via tomcat's JNDI before as well. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Gavin, Rick [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 18, 2003 6:25 PM >To: Tomcat Users List >Subject: Tomcat & OpenJMS Design Pattern? > >Hi All, > Just wondering if any could post a working design pattern for using >openJMS or another open >JMS engine with tomcat, preferably a model using asynchronous queue message >handling. I >figured someone around here has done it and I would rather use a tried and >true model. > >Looking for some basics about best intregration method, and or for dealing >with async message >Handling. > >I currently have openJMS setup using persistent Database storage, using >JNDI >content lookup to >Get the JMS connection factory, is this better looked up once and bound to >servlet context as an >Application scope variable, etc, etc? > >Thanks for you any help, > >Rick This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
