GVConcurrencyHandler

From GreenVulcano Wiki
Jump to: navigation, search

Description

GVConcurrencyHandler element defines subsystem's max concurrency on service invocation.

GreenVulcano® ESB configuration

The GVConcurrencyHandler Element is used by: GVCore. The following table shows its attributes:

Attribute Type Description
type fixed This attribute must assume the value module.
name fixed This attribute must assume the value CONCURRENCY_HANDLER.

Contains the sub-element:

  • Description
  • SubSystems: containing more sub-elements SubSystem

SubSystem

The following table shows the SubSystem element's attributes:

Attribute Type Description
name required Subsystem name.

The attribute's value can't be null.

Contains the sub-elements:

ConcurrentService

Defines a couple System-Service

The following table shows its attributes:

Attribute Type Description
system required Service's client name.

The attribute's value can't be null.

service optional Service name.

The attribute's value can't be null.

max-concurrency required Maximal concurrency.

The attribute's value can't be null.

Might contain the sub-element Description.