[JBoss-user] [Messaging, JMS JBossMQ] - Messages do not get deleted from topic, even after being con

2006-05-31 Thread smitadd
I am creating one topic and pushing some messages in the topic , the messages are then consumed by an MDB which is durable subscriber. All this works fine uptill i dont restart the server. But when the JBOSS server is restarted, then all the messages that were pushed into the topic earlier

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Messages do not get deleted from topic, even after being

2006-05-31 Thread smitadd
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-nameLogTopicMDB/ejb-name ejb-classcom.mobio.srv.logging.mdb.LogTopicMDB/ejb-class transaction-typeContainer/transaction-type