5 Replies Latest reply on Dec 7, 2010 1:11 AM by jaikiran

    How to handle messages "just before" sending to DLQ ?

    dasmurali

      In my application we had multiple modules which are deployed in different JBoss servers (JBoss 5.1 and JBoss 4.2.2). All the key modules will talk asychronously (using JMS).

       

      For the fail over messages auditing, I need to track the messages "just before"(i.e "handleRedeliveredMessage()" returns TRUE) redelivering to DLQ and audit them. Is there any mechnisum like intercept the call just before redelivering to DLQ(i.e before "sendToDLQ(msg)") by using interceptors?

      Or shall use the same logic as "JBossJMS RA GenericDLQHandler" doing?

       

      Thanks and Regards

      Murali Reddy