views:

35

answers:

0

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 remain on the topic after the restart.

Any ideas on how to solve this?