2 Replies Latest reply on Sep 1, 2005 8:33 AM by optimusprime

    Avoinding message re-delivery

    optimusprime

      Hello there! I have a process that uses Messaging with queues. When somethings goes wrong (An unchecked exception, I'm dealing with the checked) let's say nullpointer, the message is re-sent "n" times. Since my process is very time/process consuming. How do I avoid this? The more strange it seems, I don't want to have the message re-processed by JBOSS after something goes wrong.
      This is causing major problems on development scenarios, where we are still not stable enough, so it keeps in this infinite loop, event if we stop start the server.

      Thanks