1 Reply Latest reply on Nov 28, 2008 8:09 AM by timfox

    Expiry_Queue testing

    sandypriya

      JBOSS 4.2.3 and JBM 1.4.0 SP3

      I would like to test, whether the timeout messages go into EXPIRY_QUEUE or not?

      for this, I modified my send method to

      sender.send( message, DeliveryMode.PERSISTENT , 4, 1000 );
      


      and made my consumer(mdb) off. Then, I restarted my application server, with my consumer on, I don't see the messages going into EXPIRY_QUEUE,the message count is still 0.

      Is there any guarantee, that the timedout messages will go into EXPIRY_QUEUE? Any suggestions?

      Thank you