Glen, I added a unit test to trunk to try an reproduce your hang but it works as expected. Can you work to modify the test case to see if you can reproduce your hanging scenario and open a jira. The new test is at: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsConsumerResetActiveListenerTest.java?view=markup
2008/10/23 GlenK <[EMAIL PROTECTED]>: > > It locks forever on > org.apache.activemq.ActiveMQMessageConsumer.setMessageListener(ActiveMQMessageConsumer.java:367) > > Same happened with v5.1, but OK with 4.1 or 4.2 (or with v4 client lib) > > Thread dump (Ctrl-Break): > > "ActiveMQ Session Task" prio=8 tid=0x04838760 nid=0x22fc in Object.wait() > [0x0728f000..0x0728fc6c] > at java.lang.Object.wait(Native Method) > - waiting on <0x08d70090> (a > org.apache.activemq.thread.PooledTaskRunner$1) > at > org.apache.activemq.thread.PooledTaskRunner.shutdown(PooledTaskRunner.java:95) > - locked <0x08d70090> (a org.apache.activemq.thread.PooledTaskRunner$1) > at > org.apache.activemq.thread.PooledTaskRunner.shutdown(PooledTaskRunner.java:102) > at > org.apache.activemq.ActiveMQSessionExecutor.stop(ActiveMQSessionExecutor.java:142) > at org.apache.activemq.ActiveMQSession.stop(ActiveMQSession.java:1554) > at > org.apache.activemq.ActiveMQMessageConsumer.setMessageListener(ActiveMQMessageConsumer.java:367) > at > com.tullib.core.net.jms.facade.JMSServerSupport.createMessageConsumer(JMSServerSupport.java:2200) > at > com.tullib.core.net.jms.facade.JMSServerSupport.addListener(JMSServerSupport.java:940) > at > com.tullib.core.net.jms.facade.JMSServerSupport.addListener(JMSServerSupport.java:852) > at > com.tullib.core.message.jms.JMSMessageServerSupport.<init>(JMSMessageServerSupport.java:336) > at > com.tullib.core.message.jms.JMSMessageServer.<init>(JMSMessageServer.java:41) > at > com.tullib.core.message.jms.JMSMessageServerViewSupport.<init>(JMSMessageServerViewSupport.java:279) > at > com.tullib.core.message.jms.JMSMessageServerViewSupport.<init>(JMSMessageServerViewSupport.java:145) > at > com.tullib.core.message.jms.JMSMessageServerView.<init>(JMSMessageServerView.java:32) > at > com.tullib.core.message.jms.JMSMessageServerConnection.login(JMSMessageServerConnection.java:925) > - locked <0x0ef08768> (a java.lang.Object) > at > com.tullib.core.message.jms.JMSMessageServerConnection$1.onMessage(JMSMessageServerConnection.java:141) > at > org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1021) > - locked <0x0f0ea830> (a java.lang.Object) > at > org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:122) > at > org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:192) > at > org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122) > at > org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:595) > > > Gary Tully wrote: >> >> Hi Everyone, >> >> I've cut a new release candidate for 5.2.0 >> >> Could you guys review the release artifacts and vote? >> >> The release notes are here: >> http://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+5.2.0+Release >> >> You can get the binary distributions here: >> http://people.apache.org/~gtully/staging-repos/activemq-5.2.0/org/apache/activemq/apache-activemq/5.2.0 >> >> The Maven2 repository is at: >> http://people.apache.org/~gtully/staging-repos/activemq-5.2.0 >> >> The Maven generated website for this version is at: >> http://people.apache.org/~gtully/staging-sites/activemq-5.2.0/maven/5.2.0 >> >> Source SVN tag: >> http://svn.apache.org/viewvc/activemq/tags/activemq-5.2.0 >> >> Please vote to approve this release binary >> >> [ ] +1 Release the binary as Apache ActiveMQ 5.2.0 >> [ ] -1 Veto the release (provide specific comments) >> >> Here's my +1 >> >> > > -- > View this message in context: > http://www.nabble.com/-VOTE--ActiveMQ-5.2.0---RC1-tp19411389p20134707.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > >
