Hi can anyone give me an example of a jms appender in xml configuration. I searched a lot and couldnt find any.
I did find a properties file.

log4j.rootLogger=DEBUG, jms
log4j.appender.jms=org.apache.log4j.net.JMSAppender
log4j.appender.jms.InitialContextFactoryName=org.jnp.interfaces
.NamingContextFactory
log4j.appender.jms.ProviderURL=jnp://server:1099
log4j.appender.jms.TopicBindingName=topic/testTopic
log4j.appender.jms.TopicConnectionFactoryBindingName=ConnectionFactory

but i would like the xml configuration

any help is a welcome
jubs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to