First let me state I'm very new to JBOSS and MBeans in general. I am basically looking for an example or someone to point me in the right direction to do the following:
I have a simple database poller that watches tables and sends messages to JMS based on new information hitting those tables. I have this code in several incarnations and it works fine. The way I would like to implement as an MBean is make it so someone through just configuration can create new MBean instances ( same code different configurations ) at runtime. Basically it would be the same MBean, but does different work. Essentially I want to have an interface that allowed say an admin to create new MBeans or new MBean instances based on configuration using the same code over and over. It was easy enough to implement my previous code as an MBean, but I'm not finding any examples of something like this please ask me additional questions if you need further clarification. Thanks in advance. Claude View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849716#3849716 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849716 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
