WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Singleton Service

    Posted 07/21/13 11:03 AM
    Hi Guys , Can you please help in configuring Singleton  Service In Websphere. 


    Thank you. 


  • 2.  Singleton Service

    Posted 07/22/13 05:07 AM
    Hi Kasi,

      Can you explain more what do you want to configure?
     
       In WebSphere you can configure only two type of singleton services, Cluster Transaction logs or Service Integration Bus (SIB) Message Engine.
       
       pic.dhe.ibm.com/infocenter/wasinfo/v8r0/...
       A high availability manager provides several features that allow other product components to make themselves highly available. A high availability manager provides:

        A framework that allows singleton services to make themselves highly available. Examples of singleton services that use this framework include the transaction managers for cluster members, and the default messaging provider, also known as the service integration bus.
       
       When to use a high availability manager
       pic.dhe.ibm.com/infocenter/wasinfo/v8r0/...
       
       
       or you can develop an application using singleton pattern:
       
       Developing singleton session beans
       pic.dhe.ibm.com/infocenter/wasinfo/v8r0/...
       
    Regards