What is the primary function of CICS Business Event Publisher for MQSeries?
CICS Business Event Publisher for MQSeries automatically generates Websphere MQ messages when EXEC CICS commands are issued or database files are updated. It operates transparently to the application, enabling other programs or processes on any platform to be driven automatically from CICS processing.
What are the main integration points and dependencies of the product?
The product integrates with CICS and Websphere MQ. It requires configuration to define which CICS events trigger the publication of MQ messages. Administration is performed via a Windows client.
How does the product enable the automatic generation of MQ messages from CICS events?
The product allows users to define rules that map CICS events (such as the execution of specific EXEC CICS commands or updates to database files) to the content and format of MQ messages. This enables the automatic propagation of CICS events to other systems via MQ.
Can you describe the high-level architecture of the product?
The product's architecture involves components within the CICS region that monitor for specified events. When an event occurs, the component formats and sends an MQ message to a designated queue. A Windows-based administration client is used for configuration and monitoring.