This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In a worker-manager cluster mode, only workers are required to process/serve client requests while managers are mainly required to carry out administration activities and synchronize the administrative information of the workers in the cluster. Therefore, when a message processor runs in a worker manager cluster mode, usually it is executed by one worker node with the current ESB implementation. However, there can be scenarios where a message processor is simultaneously executed by more than one worker node in the cluster to optimise performance. The number of worker nodes that is allowed to execute the message processor at a given time can be controlled by specifying the required number in the message processor configuration as follows:

 <parameter name="member.count">2</parameter> 

The following scenarios may take place when running a message processor in a worker-manager cluster.

Message processor execution by one worker node

 

Message processor execution by a selected set of workers

 

Shutting down a member

  • No labels