Technical data

Recovering from a WebLogic Server Failure
Administration Guide 17-33
Programming Considerations
You may want to program your JMS application to terminate gracefully in the event
of a WebLogic Server failure. For example:
If a WebLogic Server Fails
and...
Then...
You are connected to the failed
WebLogic Server instance
A JMSException will be delivered to the connection exception
listener. You must restart the application once the server is restarted or
replaced.
You are not connected to the failed
WebLogic Server instance
You must re-establish everything once the server is restarted or replaced.
A JMS Server is targeted on the failed
WebLogic Server instance
A
ConsumerClosedException will be delivered to the session
exception listener. You must re-establish any message consumers that
may have been lost.