Re: Problem in using Durable Subscribers(JMS with JBoss)
Posted By:
Rene_Mischak
Posted On:
Thursday, August 22, 2002 09:48 AM
Try a constant Client id.
JBossMQ associates any unsent message with the clientId and send it when the client reconnects with the same clientId. JBossMQ recognizes the client by its clientId, so it should have no knowledge, that a new client with another Id (which is in your case the same) has missed any messages due to a downtime.
Hope it is right. Tell me if it worked.
René