Output - putTIBCO

 

Description

This DIM takes an input product, serializes it, creates a TIBCO message, and sends it..

Note: To use this output agent the TIBCO file, RVJ.ZIP must be present in the Java CLASSPATH. Otherwise the agent will NOT load. This is accomplished by checking for the TIBCO Java interface COM.TIBCO.rv.RvDataCallback when PAM starts.

Configuration Variables

daemonHost
The host machine where the TIBCO server is running.

daemonPort

The port to talk to the server on.

subjectName

The subject of this TIBCO message.  All TIBCO packets are published to the server with a subject name and listeners identify the messages they want to receive by specifying a subject.

compressionLevel

The level of compression to use (0 - 9).  0 = no compression,  9 = max compression

How it works

This DIM uses Java serialization to turn the outgoing product into a byte array.  A TIBCO message is then created with the byte array as content.  The message is then sent.

Revised: 23 February 1999