Tuesday, September 25, 2007

Inside GmsConsumer.xml

So, regarding lxb6117, we already concluded everything is set and working:

tomcat is containing a servlet which starts the AMQ service.
AMQService is configured as specified in the previous posts.
an mysql database and a journal are available. Data regarding messages is kept under /var/lib/tomcat5/activemq-data/localhost. I believe messages are therefore not stored in the database but in the journal. Only a reference to the journal is kept!

within lxb6118, for some reason, tomcat6 is being run instead. Most configuration lies in /opt/gms, as redirected from /etc/tomcat6/Catalina/localhost/GmsSameConsumer.xml

restarting tomcat service, allow GmsSameConsumer to be started.


Logging for GmsConsumer is located at:
tail -f /tmp/MessageConsumer-error.log
and
tail -f /tmp/MessageConsumer-debug.log


for lxb6117, no log is clearly defined (amq is probably using it's own logging mechanism? Seems probable!!)

No comments: