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

Reply via email to