As with all connectivity plug-ins, the EPL application is responsible for telling the system when it is ready to start receiving events with
onApplicationInitialized. See also
Sending and receiving events with connectivity plug-ins.
Using
Universal Messaging channels makes it easier to scale an application across multiple correlators because
Universal Messaging channels can automatically connect parts of the application as required. If you use the EPL
integer.incrementCounter("UM") method, remember that the return value is unique for only a single correlator. If a globally unique number is required, you can concatenate the result of
integer.incrementCounter("UM") with the correlator's physical ID. Obtain the physical ID from Apama's Management interface with a call to the
getComponentPhysicalId() method. For further information, see
Using the Management interface.