When I processing a message something might fail that I want it to try again and after it tries a specified number times, I want to push that message to another queue for alternate processing. I have looked at JMS retries but doesn't seem like the way I want to go.
With a valid Message, what is the easiest way to send it to an arbitrary destinationName after adding a property? Thanks, Todd