0 Replies Latest reply on Mar 15, 2006 2:55 PM by hgreenblatt

    Jndi binding to get Topic Information -- Admin Details

    hgreenblatt

      Hi,
      I would like to be able to get Topic/Queue (Destination) information from a JVM outside of Jboss itself. If I use JNDI nothing Jboss specfic I can get the following
      topic% list
      serverPublishTopic (type org.jboss.mq.SpyTopic)
      topic% listbind
      serverPublishTopic (type Reference Class Name: org.jboss.mq.SpyTopic
      Type: name
      Content: serverPublishTopic
      1. So the question is what would I do with this ref
      2. Does that lead to information in the Jboss server (perhaps out of date but recent). The SpyTopic is kept in a JMSTopic, which may have the information I need, but the SpyTopic does not have a ref to the Topic itself.