6 Replies Latest reply on Oct 25, 2010 12:49 AM by chandras_a

    Messaging in 4.2.3 - getting the subscriber id

      I am using jboss 4.2.3 with messaging (not mq). What I need to do is track when a subscription (to a topic) is added, then removed. This is for a non durable subscription. Is there a way to do this? Based on what I have seen (and debugged) the client id is connection only, and I can't seem to get the unique id associated with the specific subscription. Is there anyway to get this using aspect? or another way? or something else that may identify the subscription? In the JMX console it lists the id, but I have found no way to get this for tracking outside of JBoss.