0 Replies Latest reply on Aug 29, 2012 3:43 AM by greendale

    Migration of Message Driven POJOs to JBoss AS 7

    greendale

      Hi, I'm trying to migrate an application from JBoss 5.1.0 GA to Jboss AS 7.1.1. The old application used the JBoss specific Message Driven POJOs.

       

      http://docs.jboss.org/ejb3/docs/tutorial/1.0.7/html/Consumer_and_Producer.html

       

      Up to now I have not found any corresponding classes and annotations  (e.g. org.jboss.ejb3.annotation.Producer, org.jboss.ejb3.annotation.Consumer) within the JBoss 7 modules.

       

      So my question is: Are message driven POJOs available in JBoss 7, or is there some equivalent API I could use?

       

      best regards