javax.jms.JMSException: java.io.EOFException every minute

2009-07-07 Thread lgestrin
Hello, I am having a weird problem on new winXp desktop. i dont think it's ActiveMQ issue, but it happens only only within it's context. I am using 5.2; i have a listener that connects to a queue on remote broker; every minute i get an exception from that listener javax.jms.JMSException: java.

Re: active mq exceptions (when tomcat server is stopped)

2007-04-13 Thread lgestrin
i had similar problem to which i found solution described here http://www.nabble.com/activemq-throws-exception-on-tomcat-stop-log4j-related.-tf3574193s2354.html#a9988187 (make sure to close open connections) Suchitha Koneru (sukoneru) wrote: > > Hello active mq users, > I am usi

Re: activemq throws exception on tomcat stop log4j related.

2007-04-13 Thread lgestrin
Apparently, i did not release the listener appropriately. I was stopping connection insteadof closing. Once that was fixed, the problem went way. lgestrin wrote: > > Hello, > i am experiencing same problem that was described in this thread > http://www.nabble.com/active-mq-except

activemq throws exception on tomcat stop log4j related.

2007-04-13 Thread lgestrin
Hello, i am experiencing same problem that was described in this thread http://www.nabble.com/active-mq-exceptions-%28when-tomcat-server-is-stopped%29-tf3367534s2354.html#a9369314 tomcat version 5.5.17 activemq version 4.1.0 i am using activemq package to send/recieve messages in webapp - the br