YES, I am using the log4j JMS appender. That is mentioned in my first message for this thread.
In my simple client, I am using the log4j JMS appender, which appends messages to a JMS topic and it WORKS ! It doesn't give any problems. The problem occurs once I include the commons-logging JAR. I don't need the commons-logging jar in my simple client project, but I need it in my bigger project. I just add it to test whether that is causing problems. And yes, it is causing problems. So the main problem is the commons-logging JAR. The JMS appender CAN be used for ActiveMQ. James.Strachan wrote: > > 2008/10/28 James Strachan <[EMAIL PROTECTED]>: > > > Ah - are you using the log4j JMS appender? Thats gonna cause a > cyclical dependency - logging cant' start until you're connected to > JMS etc. Make sure you don't use the JMS appender for ActiveMQ :) > > -- > James > ------- > http://macstrac.blogspot.com/ > > Open Source Integration > http://fusesource.com/ > > -- View this message in context: http://www.nabble.com/Failover-transport-tp20130356p20206476.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.