Thread leak ActiveMQ 5.2 w/ stomp

2009-05-05 Thread bwarren
We have ActiveMQ 5.2.0 running inside of JBoss 5.0.1. There are about 100 stomp clients sending messages to a single queue that has a pool of 10 MDB consumers. The load is about 10 messages per minute. When the messages are processed another message is usually posted to a topic. We are seeing

Re: ActiveMQ / JBoss integration behaving badly?

2009-04-09 Thread bwarren
vm://localhost?create=false&async=false Sorry for the humongous post. I tried to trim them down to the bare essentials. bsnyder wrote: > > On Wed, Apr 8, 2009 at 8:50 PM, bwarren wrote: >> >> ... >> http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153782 >

ActiveMQ / JBoss integration behaving badly?

2009-04-08 Thread bwarren
I am running ActiveMQ with JBoss and seeing my JMS connections getting closed when they shouldn't be by the JBoss CachedConnectionManager. I've posted on the JBoss forum here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153782 I suspect this is a JCA configuration issue or JBoss is

Exclusive consumer problem using ActiveMQ and JBoss annotations

2009-03-31 Thread bwarren
I've posted in the JBoss forums here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153272 I suspect this is a JBoss issue, but I was hoping someone might have run across this and knows of a fix or workaround or can spot what I'm doing wrong. Thanks for looking. Brad -- View this me