3 Replies Latest reply on Jun 14, 2005 6:02 PM by genman

    How to move messages to another queue temporarily?

    mparaz

      I'm using JBoss 4.0.2 with MySQL based persistence. I have a requirement that if any messages aren't processed by a certain time, I need to move them to another queue and reprocess the next day.

      I do this by updating JMS_MESSAGE_LOG and changing the destination. However, I need JBoss shut down when doing this. I tried stopping the PersistenceManager but then when I do, I lose the queues and some of our other components stop working.

      Any suggestions? Thanks.