It looks like you didn't start any JMS task in your testcase. as you configured start=org.jboss.mq.MQServer the DLL would generate events only after you get any MQServer class in the stack trace.
Try to change org.jboss.mq.MQServer for a package which would make more sense to you. Maybe you could use, for a initial test: -XrunjbossInspector:/tmp/jboss-profiler Clebert Suconic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860974#3860974 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860974 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
