[JBoss-user] [Messaging, JMS JBossMQ] - Re: Tracking down MQ Threads

2005-09-13 Thread dabramov
Finally got around to doing some tracing - I turned on the TRACE logging for the TraceInterceptor. I can see subscriptions and unsubsciptions being logged. The problem is that the ID identifing any particular subscription are bogus - always -2147483648 which is min int. Based on this

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Tracking down MQ Threads

2005-09-08 Thread ansk
Could you elaborate this? How exactly can you perform such a trace? Thanks, //Andreas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893587#3893587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893587

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Tracking down MQ Threads

2005-09-08 Thread genman
Keywords: log4j, jboss logging, tracing interceptor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893728#3893728 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893728

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Tracking down MQ Threads

2005-08-27 Thread genman
The client count should immediately decrease after a client has properly closed its connection. You can turn on tracing (use the tracing interceptor) to verify that for every open, you have a corresponding close. View the original post :