endpoint threads die when jms conn closed
Status: Pre-Alpha
Brought to you by:
danielsantos
If a connection to the JMS provider is left open for too long the provider will close it. When trying to restart the endpoint an exception will be raised on the endpoint thread causing the thread to terminate and leaving the endpoint dead.
Catch the connection closed exception and relaunch the connection if possible.