The ConcurrentEventTriggeredFlows property determines how many business objects can be concurrently processed by the connector for event delivery. You set the value of this attribute to the number of business objects that are mapped and delivered concurrently. For example, if you set the value of this property to 5, five business objects are processed concurrently.
Setting this property to a value greater than 1 allows a connector for a source application to map multiple event business objects at the same time and deliver them to multiple collaboration instances simultaneously. This speeds delivery of business objects to the integration broker, particularly if the business objects use complex maps. Increasing the arrival rate of business objects to collaborations can improve overall performance in the system.
To implement concurrent processing for an entire flow (from a source application to a destination application), the following properties must configured:
The ConcurrentEventTriggeredFlows property has no effect on connector polling, which is single-threaded and is performed serially.
This property is valid only if the value of the RepositoryDirectory property is the remote directory.
Default value: 1
Possible values: 1 through 32,767
Update method: Component restart