[JBoss-user] JMS: Late cleanup of threads with UIL2ConnectionFactory

2003-12-19 Thread Didi Posselt
Hi folks, If I create QueueConnections with a UIL2ConnectionFactory, a new thread seems to be generated for this QueueConnection. However, if I close this QueueConnection, the thread seems to live for another minute or so. I'm running a linux box with JDK-1.4.2 and JBoss-3.2.3RC1. I guess this

[JBoss-user] JMS implementation question

2003-12-05 Thread Didi Posselt
Hi, >From the behaviour of the JMS implementation of JBoss 3.2.x I assume, that JBoss holds an in memory index of all JMS messages in all queues, no matter whether they are persistet in files or an RDBMS. Is this true? Even with setting the MessageCache to low values we encounter OutOfMemory erro

[JBoss-user] (no subject)

2003-12-05 Thread Didi Posselt
Hi folks, I tried the new JBoss-3.2.3 and found a problem with a non standard partition name. For our project we use XXXPartition as partition name. After searching the code for the undocumented switches I added the attributes PartitionName to the new MBeans code="org.jboss.mq.il.ha.HAILS

Re: [JBoss-user] BindAddress and Remote JMS (was JMS to remote hosts doesn't work any more)

2003-11-24 Thread Didi Posselt
M) Client VM (build 1.4.2-b28, mixed mode) > Its a bug then. Is this only on win32 or all platforms? > > -- > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > Didi Posselt wrote: > >

[JBoss-user] BindAddress and Remote JMS (was JMS to remote hosts doesn't work any more)

2003-11-19 Thread Didi Posselt
Hi, Since the option --host=yourhost causes lots of problems in applications that don't specify a host to connect to, I cannot use it for my JMS-problem. I figured, that everything works fine, if I drop the Attribute BindAddress in the deployment descriptor for the UIL2 Invocation Layer (the code

RE: [JBoss-user] JMS to remote hosts doesn't work any more

2003-11-18 Thread Didi Posselt
Hi folks, The '--host=yourhost' option solved my problem (Thanks to Bjoern) Any idea why it worked in 3.2.2RC4 without this option? @Markus: I read your message right when you posted it and tried it with no success. Thanks anyway. Greetings, Dietmar -- GMX Weihnachts-Special: Seychelle

[JBoss-user] JMS to remote hosts doesn't work any more

2003-11-18 Thread Didi Posselt
Hi everybody, I have a problem with access to queues from remote hosts. We use JMS a lot and had no problems up until 3.2.2RC4. With 3.2.2final and 3.2.3RC1 the remote access to JMS queues doesn't work anymore. I already posted this problem on the developer list after we tried 3.2.2final and got