Input - acceptTIBCO

 

Description

Accepts incoming UDP packets from another PAM. Deserializes them, and injects the products asynchronously into the receiving PAM. 

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 name of the host machine running the TIBCO server.

daemonPort

The port number to connect to on the TIBCO server.

subjectName

The "channel" that you want to listen on.  All TIBCO packets are published to the server with a subject name and you have to specify which packets you want to receive by identifying the subject.

pollDaemonInterval

The number of milliseconds between 'rva' session validity checks.  This ensures that your connection to the TIBCO server remains valid.
  

Product

Deserializes the data contained inside the TIBCO packet.  If the data is a product it will be injected into the system.  If the data is a dictionary object it will be restored.  All other data is dropped.

 

How it works

Waits for the TIBCO server to send a packet.  When a packet is received it is deserialized.  If the resulting object is a dictionary it is restored.  If the object is a product it is injected into the system.  All other data is dropped.
 

Revised: 23 February 1999