GVConcurrencyHandler

From GreenVulcano Wiki
Revision as of 11:12, 1 March 2012 by Anonymous (talk) (Created page with "==Description== GVConcurrencyHandler element defines subsystem's max concurrency on service invocation. =={{GVESB}} configuration== The GVConcurrencyHandler Element is used by...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.