What is the primary function of the TIBCO ActiveMatrix Businessworks Plugin for CICS?
The TIBCO ActiveMatrix Businessworks Plugin for CICS enables integration between TIBCO applications and CICS systems. It allows TIBCO BW processes to invoke CICS transactions and exchange data. It uses a CICS Transaction Gateway (CTG) to communicate with the CICS region.
How does the plugin invoke CICS transactions and exchange data?
The plugin uses the EXEC CICS LINK command to invoke CICS transactions. Data is typically exchanged using COMMAREA or containers. The plugin handles data conversion between TIBCO BW data types and CICS data structures.
What communication protocols and APIs are used by the plugin?
The plugin supports various communication protocols, including TCP/IP and SNA/APPC, depending on the configuration of the CICS Transaction Gateway. It uses standard CICS APIs for transaction processing.