4 Replies Latest reply on Sep 11, 2003 7:00 AM by msood

    MDB retry threshold and stop message from delivering

    msood

      Hi,

      We are using Jboss3.2.2 with jetty. We are using MDBs (container managed) to do several of processing in parallel. I have a situation in which

      1. I need to configure jboss to only allow message to be delivered once to queue and if some failures occurs, it should not retry.. Can you please let me where I need to configure to set retry threshold to 0 (zero) possibly??

      2. Also after the first message delivery if in any case transaction fails, I would like that the Jboss should not send the message again to same queue again with failed message. Instead it should directly send to DLQ .. Is it possible?? if so by some configurations or programmaticaly and how.??

      Many thanks in advance..