[JBoss-user] [Messaging, JMS & JBossMQ] - Re: OutOfMemoryError

2004-02-27 Thread richieb
"Jochen" wrote : 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,

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: OutOfMemoryError

2004-02-26 Thread Dark_Lord
Are you creating a new session every time you're sending a message? Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823175#3823175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823175 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: OutOfMemoryError

2004-02-26 Thread roshan
I'm just speaking out loud here, but isn't that the objective of JMS - to do asynchronous message processing. I don't know if the speed matters in asynchronous processing. Ofcourse you don't want the response to take ages. OutOfMemory errors sometimes show up when the java vm runs low on memory.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: OutOfMemoryError

2004-02-05 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820287#3820287 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820287 You need to set your vm heap using -xmx Then change the message cache settings high/max memory mark s