| Author |
I want to send logs to a queue in ActiveMQ using log4j - I already did it, but to a topic.
|
Juan Sotelo
Greenhorn
Joined: Dec 01, 2011
Posts: 10
|
|
Like the title said: I want to send logs to a queue in ActiveMQ using log4j - I already did it, but to a topic. is this possible?? What do I have to change in the appender??
log4j.appender.jms=org.apache.log4j.net.JMSAppender
log4j.appender.jms.InitialContextFactoryName=org.apache.activemq.jndi.ActiveMQInitialContextFactory
log4j.appender.jms.ProviderURL=tcp://localhost:61616
log4j.appender.jms.TopicBindingName=logTopic
log4j.appender.jms.TopicConnectionFactoryBindingName=ConnectionFactory
log4j.appender.jms.Threshold=ERROR
log4j.rootLogger=INFO, jms
Thanks in advance!
|
 |
 |
|
|
subject: I want to send logs to a queue in ActiveMQ using log4j - I already did it, but to a topic.
|
|
|