ActiveSpaces Channel
TIBCO ActiveSpaces® software is a distributed in-memory data grid product. It can notify applications like TIBCO BusinessEvents of changes to the rows stored in a table which can be transformed into TIBCO BusinessEvents events. For more information, see the TIBCO ActiveSpaces documentation.
TIBCO BusinessEvents integrates with TIBCO ActiveSpaces in various other methods as well. To know how the ActiveSpaces Channel is different in comparison to the other methods of integration, see TIBCO ActiveSpaces Support.
Catalog Functions
ActiveSpaces channel supports sending of simple events using
Event.sendEvent()
catalog function.
ActiveSpaces Channel Serializers
ActiveSpaces channel provides the following serializer to handle payloads:
The AS3Serializer serializer (com.tibco.cep.driver.as3.AS3Serializer
) is used to deserialize TIBCO ActiveSpaces row to a simple event in TIBCO BusinessEvents and to serialize an event in TIBCO BusinessEvents to an TIBCO ActiveSpaces row.
ActiveSpaces Channel Example
A sample TIBCO BusinessEvents application that uses the ActiveSpaces channel is available under BE_HOME/examples/standard/ActiveSpacesChannel.