IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Advanced development topics > Assuring Quality of Service > Quality of service qualifier reference

Event sequencing qualifier

The event sequencing qualifier ensures that events are processed in order and that one event is completely processed before the next one is processed.

The event sequencing qualifier places a control on the order in which the runtime environment processes events. You specify a group of one or more operations and a key. When two or more events are received that invoke any of those operations that have the same key, the event sequencing qualifier ensures that they are processed in the order they are received. Without a keyed qualifier, the multithread runtime environment does not necessarily process events in the order that they are received.


Location: You can only apply event sequencing qualifiers to interface operations.


Settings: The event sequencing qualifier requires values for these settings:


Application: Event sequencing is supported only for components that are invoked using the SCA asynchronous invocation style. Invocations have parameters, which are business objects or simple types. The key is a combination of one or more business object attributes. You can set the event sequencing qualifier after you develop the business logic; it is independent of the implementation. See the related tasks at the end of this topic for a link to information about using event sequencing.

Quality of service qualifier reference


Related tasks:
Processing events in a sequence