[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 information, it's not 
possible to correlate subscribes with the unsubscribes, so I can't see what's 
not being closed. Ideas? 

2005-09-13 15:24:19,727 Thread-27528 TRACE 
[org.jboss.mq.server.TracingInterceptor] CALLED : subscribe
2005-09-13 15:24:19,727 Thread-27528 TRACE 
[org.jboss.mq.server.TracingInterceptor] ARG: Subscription[subId=-2147483
648 destination=TOPIC.FMLiveEventChangeTopic messageSelector=(JMSType = 
'Updated' OR JMSType = 'Deleted' OR JMSType = 'N
ew') AND (DeviceType='SOLARIS' )  Local Create]

2005-09-13 15:26:19,304 Thread-27555 TRACE 
[org.jboss.mq.server.TracingInterceptor] CALLED : unsubscribe
2005-09-13 15:26:19,304 Thread-27555 TRACE 
[org.jboss.mq.server.TracingInterceptor] ARG: -2147483648
2005-09-13 15:26:19,305 Thread-27555 TRACE 
[org.jboss.mq.server.TracingInterceptor] RETURN : unsubscribe

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894528#3894528

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894528


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3893728#3893728

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893728


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3893587#3893587

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893587


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-08-26 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 : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891892#3891892

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891892


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user