FabricTransportRemotingSettings.setMaxConcurrentCalls(Long maxConcurrentCalls) 方法
定义
MaxConcurrentCalls represents maximum number of messages actively service processes at one time.
Remarks:Defaults value for the MaxConcurrentCalls is to the Number of processors.
public void setMaxConcurrentCalls(Long maxConcurrentCalls)
参数
- maxConcurrentCalls
- Long
MaxConcurrentCalls is the upper limit of active messages in the service.