2 Replies Latest reply on Nov 19, 2012 12:01 AM by xin.zhang.song

    configure the destination into jboss-ejb3.xml

    xin.zhang.song

      All

       

      I met a question about MDB, I need to configure the destination into jboss-ejb3.xml.but my MDB was used the ejb2.0, any idea for this?

       

       <message-driven>
                <ejb-name>ConfigUpdateMDB</ejb-name>
                <ejb-class>com.broadvision.sysconf.ejb.ConfigUpdateMDB</ejb-class>
                <transaction-type>Container</transaction-type>
                            <activation-config>
                               <activation-config-property>
                                    <activation-config-property-name>destinationType</activation-config-property-name>
                                    <activation-config-property-value>javax.jms.Topic</activation-config-property-value>
                         </activation-config-property>
                         <activation-config-property>
                                    <activation-config-property-name>destination</activation-config-property-name>
                                    <activation-config-property-value>bv/bv_framework/jmsTopic/ConfigNoticeTopic</activation-config-property-value>
                         </activation-config-property>
                            </activation-config>
              </message-driven>
      
      

       

      Thanks

       

      Xin