Re: STOMP redelivery policy

2009-05-05 Thread Roger Hoover
Hi Dave, I don't have any information about ActiveMQ itself but in my own python STOMP client, when an exception is thrown while processing a message, I have the client enqueue a copy of the message on an error queue and ACK the original message to the broker. The gotcha you to watch out for when

Re: STOMP redelivery policy

2009-05-05 Thread drsnyder
I did not see a response to this, but I am interested in this functionality as well... if not supported directly by activemq, is it possible to use camel to do this? What are others doing that want to implement the dead letter channel pattern doing? Our consumer is python, so we are limited to