Re: Number of failed exchanges not shown in JConsole

2010-01-29 Thread ronP12
Is there anyway I can set an exception when it processes via the DLC? If there is an exception set or the exchange isn't marked as handled, the number failed will increment. willem.jiang wrote: > > I don't find there are any counter in the DeadLetterChannel for counting > the failed exchange.

Re: Number of failed exchanges not shown in JConsole

2010-01-28 Thread Willem Jiang
I don't find there are any counter in the DeadLetterChannel for counting the failed exchange. But if you redirect the message to a activemq queue, you can browser the Queue size from the Jconsole. Willem ronP12 wrote: Hi, I'm using the deadLetterChannel to redirect messages to a queue if the e