5 Replies Latest reply on Mar 5, 2007 8:28 AM by amitka

    Singleton Message Driven Bean

    binario

      Hi all,

      In JBoss 3.2.4, you can use the Singleton Message Driven Bean EJBConfiguration. To set the configuration, locate the message-driven element for your MDB in your jboss.xml file and set the configuration-name as shown below:


      <message-driven>
      <ejb-name>YourBean</ejb-name>
      <configuration-name>Singleton Message Driven Bean</configuration-name>
      <!-- ... -->
      </message-driven>

      can I still do this with ejb3 and how do I do it?