2.6.5 Stateful session bean failover

 

+

Search Tips   |   Advanced Search

 

One significant high availability improvement introduced in WAS V6 is the failover support for stateful session beans, which means that the state information maintained by a stateful session bean can survive various types of failures now. This is achieved by using the functions of the Data Replication Service (DRS) and server workload management (WLM).

Unlike the failover support for stateless session beans, the highly available stateful session bean does not utilize a redundant array of stateful session bean instances but rather replicates its state in a highly available manner such that when an instance fails, the state can be recovered and a new instance can take the failed instance's place. The state replication of a stateful session bean to another instance is handled by DRS.

Stateful session bean failover is provided by WebSphere as a runtime feature. Use the WAS console to enable or disable the failover support. Depending on the scope of the failover target, you can enable or disable the stateful session failover at the following three levels:

This feature provides great flexibility to users who want to enable failover under the following circumstances:

Next