This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Message delivery stopped after a while (using HTTPIL)tvbinh Aug 27, 2008 8:18 PM (in response to srouil)Hi srouil, 
 Did you manage to solve that problem ? I got exactly the same problem and stuck on how we could fix it.
 Thanks
 Binh
- 
        2. Re: Message delivery stopped after a while (using HTTPIL)srouil Aug 28, 2008 5:39 AM (in response to srouil)Hi, 
 I could solve this problem by modifying my JMS clients to close JMS connection and re-connect when:
 1. a JMSException is caught when sending a message
 2. object implementing ExceptionListener is notified about an error with Connection.
 This made my client a little bit more complex (e.g. "reconnector" thread responsible to handle reconnection) but communication is now reliable.
 regards,
 Samuel
 
    