Re: ActiveMQ object cleanup

2007-03-23 Thread Xavier Toth
Well it does look like the tcp transport thread does get cleaned up through inactivity. However there are other threads that don't and I've included the log dump of the threadgroup: ( DEBUG 23 Mar 2007 15:43:51,408 Channel ChannelThread org.jcdx.jwss.ws.ChannelThread.visit(ChannelThre

Re: ActiveMQ object cleanup

2007-03-23 Thread Xavier Toth
For instance the run method in TcpTransport doesn't check for isInterrupted on the thead. I tried added it myself but I think readCommand is blocking and the threadgroup interrupt has no affect in blocking I/O so it's not getting back to the while to check whether the thread was interrupted. I wis

Peer transport mode: AMQ4.1 runs out of heap space

2007-03-23 Thread uma_rk
Environment: JDK1.6 ActiveMQ 4.1 Linux Kernel 2.6.17-1.2630 Setup: VM1 on local workstation configured with Peer transport Topics: 2 published Number of subscribers: 2 Queues: None Broker configuration: peer://mybus/defaultg

ArrayIndexOutOfBoundsException

2007-03-23 Thread drvillo
Hi all today my service stopped consuming messages, after ~2 hours since it was started. The exceptions thrown are the followings, after this the consumer has stopped to consume the messages. 2007-03-23 18:26:18,573 [ool-1-thread-21] ERROR ServerSessionPoolImpl - Error redispatching un

Re: ActiveMQ object cleanup

2007-03-23 Thread Ted X Toth
Well I thought I was on to something. I created a threadgroup and put my thread in it and sure enough the activemq created threads as part of my spring context creation get created in my thread group, great. Then when I close my spring context I get the threadgroup and call interrupt and my thr

Re: Unable to recognize DB2Driver

2007-03-23 Thread garima015
With jdbc and persistence as true it is giving really bad performance. any idea how to improve this? tabshift wrote: > > You simply need the JDBC Type 4 driver for connecting to DB2 databases. > This file is called db2jcc.jar. Get it and put it in ActiveMQ's lib-Dir. > > > > garima015 wrote:

Re: Unable to recognize DB2Driver

2007-03-23 Thread tabshift
You simply need the JDBC Type 4 driver for connecting to DB2 databases. This file is called db2jcc.jar. Get it and put it in ActiveMQ's lib-Dir. garima015 wrote: > > Hi, > > I am using incubator-activemq-4.0.2.jar and is configuring DB2 in > activemq.xml using > > > > >

Unable to recognize DB2Driver

2007-03-23 Thread garima015
Hi, I am using incubator-activemq-4.0.2.jar and is configuring DB2 in activemq.xml using On start of broker i am getting this error ClassNotFoundException: com.ibm.db2.jcc.DB2Driver I searched in forums but seems nobody has got this error before. Am i missing s

Re: ActiveMQ/Kaha restart failed

2007-03-23 Thread drvillo
Hi Rob I'm using Kaha to manually spool messages on certain occasions, and using 4.1. Is there any chance of backporting this package to 4.1? Or at least does it break any interfaces? in case I may want to do so... What has been fixed anyway? I also had experienced some problems on restart. Th

starting activemq getting errors

2007-03-23 Thread Prakash sen
Hi, While starting activemq i am getting this error. Any idea or suggestion would be helpfull. Thanks, Prakash Sen. E:\MQ\apache-activemq-4.1.0-incubator\bin>activemq ACTIVEMQ_HOME: E:\MQ\apache-activemq-4.1.0-incubator\bin\.. Loading message broker from: xbean:activemq.xml ERROR: java.

Re: Web console in version 4.2

2007-03-23 Thread DomG
James, I have the same problem as orignally reported Luc, but with the binary SNAPSHOT from 20th March. I have installed apache-activemq-4.2-20070320.165248-33.zip on an XP box and, having started ActiveMQ, I have tried to use http://localhost:8161/demo and I get a NOT FOUND. The shell window w

Re: Problems with Persistent Messages

2007-03-23 Thread Karthik.Gopalakrishnan
Hi I was facing some problem integrating Active 4.1 or 4.2 with JBoss but then i saw couple of posts in here and got them resolved. It had something to do with Spring2 and some older Spring1 jar . I found the workaround and got ahead from that road block . Now i am facing a different

Re: Problems with Persistent Messages

2007-03-23 Thread tabshift
I am sorry, I do not have any experience in integrating ActiveMQ into JBoss. Karthik.Gopalakrishnan wrote: > > I was not able to configure ActiveMQ4.2 to integrate it with JBoss . I > followed the same set of steps to integrate ActiveMQ with JBoss and i get > an exception "IllegalStateExceptio