deadletterqueue

How to recover messages from Transactional Dead Letter Queue

I am using .net 3.5 and we have few of the message which went into DeadLetterQueue because of the MessageExpiry. I am using QueueExplorer and when looking at the message it has some extra character and some of the characters are deleted from the message. Any idea why it would done that and how to get the message back in the right forma...

Messages on peristent topic goes to DLQ when JBoss restart

My setup is JBoss messaging 1.4.2 on JBoss 4.2.3. I have a topic with two durable subscribers Persistence is used with a MSSQL database The problem: When I restart JBoss, messages that has not yet been delivered to a subscriber will be put on DLQ. This is not the behavior I expect and I dont know how to configure to make the messages re...