Re: DeadLetterQueue -- Access the object before shutDown

2015-10-27 Thread udaykumarjonna
Hi Claus , Any Update on the issue which i posted how to access in-flight repo while shutting down -- View this message in context: http://camel.465427.n5.nabble.com/DeadLetterQueue-Access-the-object-before-shutDown-tp5768069p5773086.html Sent from the Camel - Users mailing list archive

Re: Access inflight repository on shutdown?

2015-06-23 Thread udaykumarjonna
Hi , i have specific requirement as you were looking ,can u please paste the code which worked for you Thanks Uday -- View this message in context: http://camel.465427.n5.nabble.com/Access-inflight-repository-on-shutdown-tp5766297p5768492.html Sent from the Camel - Users mailing list

Re: DeadLetterQueue -- Access the object before shutDown

2015-06-22 Thread udaykumarjonna
Hi Claus , Can u please add some example ,how we can configure inflightRepository and how to access the class before shuttingdown the context . Thanks uday -- View this message in context:

Re: DeadLetterQueue -- Access the object before shutDown

2015-06-15 Thread udaykumarjonna
Yes . i have to report the pending cases which are in queue,As the server restarted those cases wont be available in the queue fro resubmitting -- View this message in context: http://camel.465427.n5.nabble.com/DeadLetterQueue-Access-the-object-before-shutDown-tp5768069p5768244.html Sent from

Re: DeadLetterQueue -- Access the object before shutDown

2015-06-15 Thread udaykumarjonna
Hi Claus , I'm using DeadLetterChannel .Please find my configuration errorHandler id=retryHandler type=DeadLetterChannel onRedeliveryRef=redeliveryLogger deadLetterUri=direct:email-error transactionManagerRef= redeliveryPolicy maximumRedeliveries={{standardRetryLimit}}

DeadLetterQueue -- Access the object before shutDown

2015-06-10 Thread udaykumarjonna
Hi All , I have a requirement where i am submitting some sort of data to some application ,where any exception occurs it redirects to Dead Letter queue where it is configured to retry of submitting for some predefined times . Problem is like when any server restart happens in between