Hello, please check this: http://docs.jboss.org/jbossas/getting_started/v4/html/mdb.html
Other useful links: Do you need an assynchronous message system? http://jboss.org/hornetq Or a simple solution like a scheduler? http://www.quartz-scheduler.org/docs/index.html anonymous wrote : | And what do MBeans have to do with this? | >From the 1st link above: anonymous wrote : | As with most things in JBoss, JMS Topics and Queues are implemented using MBeans. There are two ways you can create them: you can add MBean declarations to the appropriate configuration file, or you can create them dynamically using the JMX Console. However, if you use the latter method, they wont survive a server restart. | anonymous wrote : | What are those custom programmed MBeans good for? | I'm new to all this stuff too, but i think JMX MBeans were designed to provide interfaces for management through administration consoles and other stuff. anonymous wrote : | The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks. By design, this standard is suitable for adapting legacy systems, implementing new management and monitoring solutions, and plugging into those of the future. | http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/ | hope it helps View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268128#4268128 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268128 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
