Hi jaikiran

The acknowledge mode is set to AUTO_ACKNOWLEDGE only

this is the code from my ejb-jar.xml of MDB

<message-driven>
         <ejb-name>LogTopicMDB</ejb-name>
         <ejb-class>com.mobio.srv.logging.mdb.LogTopicMDB</ejb-class>
         <transaction-type>Container</transaction-type>
         <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
         <message-driven-destination>
            <destination-type>javax.jms.Topic</destination-type>
            <subscription-durability>Durable</subscription-durability>
         </message-driven-destination>
         <resource-ref>
            <res-ref-name>jms/TCF</res-ref-name>
            <res-type>javax.jms.TopicConnectionFactory</res-type>
            <res-auth>Container</res-auth>
         </resource-ref>
    </message-driven>


I m using jboss 4.0.3SP1
thx

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947990#3947990

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947990


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to