Hi ! I'm trying to find what is the best solution to manage temporary unavailable systems with my bus.
A few exceptions I catch mean "try again later", so I used a dead letter queue with no representation limit. My question is : if I have a lots of messages waiting for the next representation, are they stored in memory or on disc ? May i saturate the memory ? I my server suddenly shut down, are those messages lost ? I tried to write the message on a file quickly, but I'm losing all my headers information. Is it possible to store the full message ? Regards, Valerian Merkling -- View this message in context: http://camel.465427.n5.nabble.com/Exchange-and-memory-use-tp5731420.html Sent from the Camel - Users mailing list archive at Nabble.com.