We have the same issues with Jboss/JMS

We're running a clustered JBoss application on JBoss 4.0.4 and java1.5

We have a log4j appender that logs the messages to JMS queue. The messages are 
consumed by MDB.

I've used "jconsole" and noticed that each time the JMS message is sent to 
HA-JMS queue the number of threads is increased. The "ReadTask"/"WriteTask" is 
started and never ends. It looks like it has a "wait" call inside. So we end 
with too many threads and OutOfMemoryError on Linux based server.

Is it a known bug ? Does somebody know what is workaround?





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050920#4050920

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050920
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to