2 Replies Latest reply on Jun 15, 2007 3:12 PM by alrubinger

    Specifying DestinationManager and

    alrubinger

      Hi all:

      I have a few MDB listeners that do not require guaranteed delivery (or a persistent state manager), and was hoping someone had the configs handy for specifying the DestinationManager (I do have the org.jboss.mq.pm.none.PersistenceManager configured as a Null Persistence Manager) as well as setting the "InMemory" to "true" in an EJB3 MDB.

      I'm using annotations on my MDB's, not necessarily configuring the backing queues/topics in a *-service.xml file in the deploy directory. Letting JBoss make the queues/topics for me as configured from the annotations in the MDB listener class.

      Reference:

      http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence

      Thanks in advance. :)

      S,
      ALR