On 10/17/06, ojs <[EMAIL PROTECTED]> wrote:
Hello! I'd be very happy if someone could give me some answers on this: How can messages be moved from the dead letter queue to a 'standard' queue when using kaha persistence? Are there any maintenance tools for kaha persistence? How to configure that messages won't ever be moved to the dead letter queue (endless retry)?
The MBeans are the way to work with queues, delete messages, move them from a DLQ to their original queues etc. If you don't want to use DLQs just change the redelivery policy to retry forever. -- James ------- http://radio.weblogs.com/0112098/
