3 Replies Latest reply on Oct 5, 2005 6:59 AM by schrouf

    Peristent Message not redelivered even though MDB didnt ackn

    upankar

      I am using jboss-4.0.2. We have a queue configured (with default org.jboss.mq.pm.jdbc2.PersistenceManager) and send persistent TextMessage to it from a client app. There is a MDB configured to consume in Client_acknowledgement mode from this queue. When there is a problem in processing the message in MDB, we dont acknowledge the message and hence expects it to be redelivered. But i can not get it redelivered. The QueueDepth also shows 0 meaning it is no longer stored. Does it lose the message ? Is there anything special that needs to be done ? I believe we probably are missing some reqd configuration as this is something a bare minimum requirement of a JMS provider.