StreamBase Channel
Using the StreamBase channel, you can send messages back and forth between TIBCO StreamBase and TIBCO BusinessEvents. For example, you can use StreamBase for aggregation and filtering data, and then use BusinessEvents to process context based rules.
A BusinessEvents application can read from (dequeue) and write to (enqueue) any StreamBase stream using the StreamBase channel. Thus, an existing StreamBase application requires no modification to exchange messages with a BusinessEvents application. The configurations for communicating with the StreamBase application is performed in the BusinessEvents application.
- StreamBase Key Terms
StreamBase is a new type of computing platform, designed specifically to meet the performance requirements of high-volume, real-time streaming applications. At its core, StreamBase implements a unique Stream Processing Engine™ named StreamBase Server. StreamBase processes the inbound data while it is in flight, as it streams through the server. - Creating a Destination and SimpleEvent from a StreamBase Schema
The StreamBase Channel in BusinessEvents requires a Simple Event definition in the BusinessEvents Project to match the corresponding schema definition in the StreamBase application. - Message Processing
BusinessEvents uses StreamBaseSerializer to processes the incoming and outgoing messages in StreamBase channel. - SSL Configuration for Connection Between TIBCO BusinessEvents and TIBCO StreamBase
TIBCO BusinessEvents supports both one-way (server side) and two-way (server side as well as client side) SSL authentication for TIBCO StreamBase connection.
Copyright © TIBCO Software Inc. All rights reserved.