Hi ! I was wondering whether anyone wrote a version of JMSSink that reads from JMS queues rather than Topics?. I thought I would check it before I go spend time in implementing one..
on a related note, have anyone done any metrics between JMSSink versus Message Driven Bean interms of performance??,,, thanks, Srini ----- Original Message ----- From: "Ebersole, Steven" <[EMAIL PROTECTED]> To: "'Log4J Users List'" <[EMAIL PROTECTED]>; "'Milind Rao'" <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 1:40 PM Subject: RE: Filtering based on Appender > What you want is: > > log4j.rootLogger=DEBUG, A1, A2 > > log4j.appender.A1=org.apache.log4j.ConsoleAppender > ... > > log4j.appender.A2=<NTEventLogger> > log4j.appender.A2.threshold=ERROR > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
