Hello, i have an J2EE Application where the software modules communicate via JMS. I need to log alle the JMS traffic. My idea was to write a MessageDriven Bean for every topic and give that information to the logger-bean. I choosed that way because i could easyli change the log-level, by hot-deploying the logger Bean (it has some rules in it).
But at the CeBit i've heard that JBoss supports dynamic AOP. So i could write my some Interceptors (1 per log-level) and some pointcuts. And on that way i could change the log level or the pointcuts while the programm is running. Is that true? Is that at the moment with the JBoss 4.0 possible? Do i need to download AspectJ or is that already in JBoss? And did i understand that right that i have do define the pointcuts in the descriptor? Thank ya. <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826719#3826719">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826719>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
