[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-02-12 Thread [EMAIL PROTECTED]
I have talked to Kabir and opened http://jira.jboss.org/jira/browse/JBAOP-360 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015193#4015193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015193

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-02-06 Thread sathish_06
Hi, Does Jboss Connection factory (org.jboss.jms.client.JBossConnectionFactory class) provides any kind of pooling mechanism, which pools TopicConnection/TopicSession objects ? The reason for asking this is, in our Producer piece of code, we do create multiple TopicConnection objects and

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-02-06 Thread timfox
sathish_06 wrote : Hi, | Does Jboss Connection factory (org.jboss.jms.client.JBossConnectionFactory class) provides any kind of pooling mechanism, which pools TopicConnection/TopicSession objects ? | If you use the JMS JCA resource adaptor, it will provide pooling:

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-02-01 Thread timfox
This is now fixed in TRUNK. Will soon be in SP4. http://jira.jboss.com/jira/browse/JBMESSAGING-797 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009735#4009735 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009735

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-01-29 Thread [EMAIL PROTECTED]
Can you post your thread dump again... with a better format now? i couldn't understand your post before... and something even broke the HTML on this page (I had to edit and use code quotes). You should use the code tag in between [] to your thread dump. On this forum you can click the Code

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-01-29 Thread rcjboss
I get number of threads blocked on the call mentioned in the thread dump. After that my application does not respond. Sorry, here is the thread dump | Thread: http-0.0.0.0-8080-1 : priority:5, demon:true, threadId:111, threadState:BLOCKED, threadLockName:[EMAIL PROTECTED] |

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging thread BLOCKED at method org.jboss.jms.c

2007-01-29 Thread rcjboss
On running further tests here is a thread that probably causes all the others to get blocked. | Thread: TP-Processor7 : priority:5, demon:true, threadId:120, threadState:RUNNABLE, threadLockName:null | java.net.SocketInputStream.socketRead0(Native Method) |