Viewing dead letter queue

Is there a good way to tail dead letter queue? It's a binary file so just using tail -f doesn't really work. I'm trying to track down some missing messages in a high volume system. I suspect they are hitting dlq but hard to find among other dlq items. If I send all my output to flat file it's just too much.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.