Frank, Did you check out the Logging service in the goodies archives? It is based on CORBA events rather than JMS, but would probably meet your needs just fine. The idea is that there is a logging channel. Log message creaters write to the log channel, and multiple listeners can be establish to route log message where ever. There are wrapper classes for the client, so you don't have to do any CORBA stuff yourself... Let me know if you are interested and I'll make sure you have the current stuff. Regards, -Chris PS: Just tested it with GS/J 3.2. Works great, less filling... ;-) > -----Original Message----- > From: Frank Sauer [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 02, 2000 11:50 PM > To: [EMAIL PROTECTED] > Subject: Where to find a pure java JMS implementation? > > Where can I find a pure Java JMS implementation? > Free or OpenSource would be nice. > I want something simple, pure java, for study and possibly > simple logging purposes. I may integrate it with Gemstone/J > and use their PCA as a persistent message store. Don't have > time to implement it myself..... > > Thanks, > > Frank Sauer > The technical Resource Connection > Tampa, FL > http://www.trcinc.com > > ========================================================================== > = > To unsubscribe, send email to [EMAIL PROTECTED] and include in the > body > of the message "signoff EJB-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
