I am applying Idempotent logic for filtering duplicate message.If message is persisted to table like store_message_processed which contain unique messages and container fails while sending message due to some validation.I want to know if i send that message again but my table will contain unique hashcode for that message then it will not send that message again to container.So what should i do so message does not get lost and it should be forwarded to activemq queue.
-- View this message in context: http://camel.465427.n5.nabble.com/Handling-Message-failure-on-Container-tp5732259.html Sent from the Camel Development mailing list archive at Nabble.com.