Re: [JBoss-user] JMS problem, not receiving

2003-11-18 Thread Markus Härnvi
Some more details: It looks like hsqldb is causing our problem. When the Queue size is approaching 4 messages, hsqldb throws an OutOfMemoryError (The vm has lots of memory availible). That seems to block any further recieving of messages. We are using hsqldb through a TCP connection (hsqldb-

[JBoss-user] JMS problem, not receiving

2003-11-18 Thread Markus Härnvi
We are sending JMS messages from a client to a Queue in JBoss 3.2.2 using OIL2. The PersistenceManager uses hsqldb. The MDB will deliver the messages to Oracle. When a database error occured (out of table space in Oracle) the Queue silently stopped accepting messages after a while. The client ha

RE: [JBoss-user] JMS problem?

2003-10-21 Thread Eric J Kaplan
: Tuesday, October 21, 2003 4:57 AM To: 'Eric J Kaplan' Subject: AW: [JBoss-user] JMS problem? JBossMQ didn´t close the old connections. My boss has a patch for this problems. In the moment he is on holiday but he will be back on thursday. I will send you a description of the fix. so

Re: [JBoss-user] JMS problem?

2003-10-21 Thread Horia Muntean
AFAIK, this is a network problem. Regards, Horia Eric J Kaplan wrote: All We are running jboss 3.0.4 on win2k in production at one of our customers. We are also using JMS DOF from sourceforge for managing distributed services across the network. For those unfamiliar, JMS DoF supports the

[JBoss-user] JMS problem?

2003-10-20 Thread Eric J Kaplan
All   We are running jboss 3.0.4 on win2k in production at one of our customers.  We are also using JMS DOF from sourceforge for managing distributed services across the network.  For those unfamiliar, JMS DoF supports the idea of remote objects by proxying method calls from one vm to ano

[JBoss-user] JMS problem

2003-03-31 Thread NIELSEN JAN, Teliadk
Hi, I'm trying to connect to a message queue from an application that runs outside JBOSS(3.06) But when I run the following code: java.util.Hashtable env = new java.util.Hashtable(); env.putContext.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFact ory"); env.put(Context.PRO

Re: [JBoss-user] JMS problem by running the client

2001-07-12 Thread Burkhard Vogel
Hi, try removing ALL jars and including ONLY jboss/client jars in your classpath and report what happens. Burkhard - Original Message - From: "Yongzheng Liang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 4:03 PM Subject: [JBoss-user]

[JBoss-user] JMS problem by running the client

2001-07-12 Thread Yongzheng Liang
Hello, I am new in JBoss and trying to run the "Hello World" example in the Dokument. The mbean is deployed in the server. I use the J2EE 1.3 SDK command to run the client, and always get an error. C:\Liang\Probe_JBoss\dist\JClient>java -Djms.properties=C:\j2sdkee1.3\config\jms _client.properties