At runtime, event instances that are created using rules are not automatically asserted. You must explicitly assert such events, for example using the
Event.assertEvent() function.
TIBCO BusinessEvents includes two functions that allow you to send simple events out to another application:
Event.sendEvent() and
Event.routeTo().
With routeTo you can direct an event to a destination on a different channel from the event’s default destination. You can also override the properties of the destination, for example, the subject.