The result is that we will retry continuously until we remove the message from the queue.
Our normal process is to:
* do a pstop on the thread.
* delete the state 14/16 message from the database.
* do a pstart on the thread.
This works ok for most of the threads, but CAAWS does not handle a pstop/pstart correctly, and instead needs a process bounce.
Is there another way to remove the failing message from the queue without the pstop/pstart?