Please review: http://activemq.com/site/message-redelivery-and-dlq-handling.html
On 6/22/06, Pesochinskiy, Vadim (MSCIBARRA) <[EMAIL PROTECTED]> wrote:
Hi! I have following problem. I have to use reliable delivery and I have to make sure that each message is processed. If I have a bad message which kills the consumer ;-) (I know this is stupid, but consumer is JNI call to C++ and it is outside of my control ...). If transaction is not committed the message will not leave the queue and it will kill next consumer which will try to process it (another instance of consumer of the same type). Is there any mechanism which will help me to solve this type of problems? E.g. maximum number of retries to process a message before it is dumped. Thanks a lot. - Vadim. ________________________________ NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.
-- Regards, Hiram Blog: http://hiramchirino.com
