General steps for using UM in Apama applications
Before you perform the steps required to use UM in an Apama application, consider how your application uses channels. You should know which components need to communicate with each other, which events travel outside a correlator, and which events stay in a single correlator. Understand what channels you need and decide which channels should be UM channels and which, if any, should be Apama channels.
For an Apama application to use UM, the tasks you must accomplish are:
1. Install and configure UM separately from Apama.
2. Make UM libraries available to Apama.
6. In your EPL code, subscribe to receive events delivered on UM channels.
7. In your EPL code, specify UM channels when sending events.