Hi, I'm using the deadLetterChannel to redirect messages to a queue if the exchange fails. I'm using JConsole to monitor the number completed, but, it does not show the number failed. I understand the DLC handles the exception so I tried adding ".handled(false)" to my declaration but it doesn't have any effect.
I want to see the correct number of failed exchanges in JConsole. How do I do this? -- View this message in context: http://old.nabble.com/Number-of-failed-exchanges-not-shown-in-JConsole-tp27359928p27359928.html Sent from the Camel - Users mailing list archive at Nabble.com.
