Is there a way either thru JMX or ? to dynamically enumerate what JMS Queue JNDI names are deployed in a particular server instance? I am writing a generic web based JMS message browser utility and would like to be able to auto discover what queues exist on the target instance.
One thought I had was to iterate through the JNDI space looking for "queue/" prefixed JNDI names, but that seemed to be a bit of a kludge to me. Not to mention, queues no longer will automatically be prefixed with "queue/" in future JBoss releases. Thanks for the help, Dustin Barlow ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
