The message sent to the JMS destination (in either case) is a javax.jms.ObjectMessage. The "embedded" object is of type org.apache.log4j.spi.LoggingEvent.
Steve ----- Original Message ----- From: "Nate Drake" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 1:47 PM Subject: JMS logging question > Hi, > > I'm starting to look into using the JMSAppender to do logging, instead of > the JDBCAppender. I'm new to JMS stuff, so this might be a dumb question. > What type of message does the JMSAppender (or JMSQueueAppender from Scott > Ebersole) send whenever a message is logged? > > Is it just a TextMessage? An ObjectMessage containing the LoggingEvent? Is > it configurable? > > Thanks! > > Nate > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
