3 Replies Latest reply on May 26, 2006 3:01 AM by lupson

    Singleton Message Driven Bean

    jdwright00

      I'm using the @MessageDriven annotation to create Message Driven Beans. Is there a way of ensuring a particular MDB is a singleton? Before we switched to EJB3 we obtained this behaviour by setting the bean's <configuration-name> tag in jboss.xml to Singleton Message Driven Bean.

      Under EJB3 I'd have thought there'd be some annotation I could use to do the same thing, but so far have not found anything. Can anyone help?