[Yanel-dev] Writing access log messages into a Java Messaging System like for example ActiveMQ

Michael Wechner michael.wechner at wyona.com
Thu Apr 21 15:40:22 CEST 2011


Hi

Thanks to Marc we have enabled log4j configuration such that one can 
write log messages into a Java Messaging System like for example Apache 
ActiveMQ, whereas this is turned off by default, but it can be turned on
by re-configuring

YANEL_HOME/conf/log4j.properties

whereas search for "jms".

Another relevant file is

YANEL_HOME/conf/jndi.properties

which configures the topic name which then will be used by the Java 
Messaging System, e.g.

http://0.0.0.0:8161/admin/topics.jsp

The necessary libraries are downloaded automatically, where these are 
configured within

YANEL_HOME/src/build/dependencies.xml

(search for activemq and geronimo)

Cheers

Michael


More information about the Yanel-development mailing list