Hi!

We have a problem with the following scenario: when the client has sent a message to 
the server, he gets a message in response. We have the problem that when the client 
sends a lot of messages in a very short period of time and in consequence the server 
vice versa, the server throws the following error: 

16:51:43,467 ERROR [STDERR] java.lang.OutOfMemoryError: unable to create new native 
thread 
16:51:43,469 ERROR [STDERR]     at java.lang.Thread.start(Native Method) 
16:51:43,469 ERROR [STDERR]     at 
org.jboss.mq.il.uil.UILServerILService.run(UILServerILService.java:198) 
16:51:43,469 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:534) 
 
...

It's independent from the invocation layer used, only the time till the error occurs 
differs a little bit. 

Is it possible that JMS isn't fast enough so that the queue gets blocked because of 
the big amount of messages? If so, is there any way to look if the traffic on the 
queue is ok before sending a new message over it?

Thanks a lot,
Jochen

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823122


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to