[Top] [Previous] [Next] [End of Book]

Chapter 1 . Introducing BEA Connect TCP for IMS


Product Overview

BEA Connect products offer a set of communication gateways between BEA TUXEDO systems and other online transaction processing environments, including IBM's CICS and IMS. They allow applications to scale in size by providing interoperability between systems. BEA Connect TCP for IMS is a gateway connectivity feature that provides transparent communications between client and server transactions in an IMS system and a BEA TUXEDO domain, a CICS system, or another IMS system. (A BEA TUXEDO domain is a single computer [or network of computers] that shares a single BEA TUXEDO configuration.)


Features/Benefits


BEA Connect TCP for IMS Architecture

BEA Connect TCP for IMS is a Batch Message Processing program (BMP) that works in the IMS environment. It uses the MVS TCP/IP Sockets API to communicate with a BEA Connect TPS gateway on a remote BEA TUXEDO system, and the IMS Message Queue to communicate with IMS Application transactions. BEA Connect TCP for IMS supports connectivity with remote BEA Connect TPS gateways, BEA Connect TCP for CICS gateways, or other BEA Connect TCP for IMS gateways. Figure 1-1 illustrates connection with a remote BEA Connect TPS gateway.

Figure 1-1 The BEA Connect TCP for IMS Interoperability Solution

The configuration definition of the BEA Connect TPS gateway in the remote BEA TUXEDO system maps BEA TUXEDO local services to remote services provided by the IMS gateway. Each remote service corresponds to an IMS Server transaction. Service requests issued by clients in the BEA TUXEDO system are routed through the BEA Connect TPS gateway to the BEA Connect TCP for IMS gateway for processing by the appropriate IMS Server transaction.

Similarly, the configuration definition in the BEA Connect TCP for IMS gateway maps local service names to remote services provided by the BEA TUXEDO system. Service requests issued by IMS client transactions are routed to the BEA Connect TPS TUXEDO gateway for processing by the appropriate BEA TUXEDO service.

In both cases, access to a remote service is transparent to the client requesting the service.


Minimum Hardware Requirements


Software Requirements


BEA Connect TCP for IMS Components

Batch Message Processing Program

BEA Connect TCP for IMS is a standard, transaction-oriented Batch Message Processing (BMP) program that works in the IMS environment. It uses the MVS TCP/IP Sockets API to communicate with remote BEA Connect gateways and the IMS Message Queue to communicate with IMS Application transactions.

IBM LE/370 Language Environment

LE/370 is an IBM product that provides a common run-time environment for a number of IBM high-level languages, including C/C++. The BEA Connect TCP for IMS BMP is written in the IBM C programming language and requires the LE/370 run-time environment.

IBM TCP/IP for MVS

TCP/IP for MVS is an IBM product that provides TCP/IP communications support for programs executing in an MVS environment by means of a standard, UNIX-style sockets API. BEA Connect TCP for IMS uses TCP/IP to communicate with remote BEA Connect gateways.

Note: This guide assumes you are using the IBM TCP/IP for MVS product. If you are using another supported TCP/IP product, such as Interlink TCP access, consult the product documentation for equivalent components.

IMS Server Transactions

IMS Server Transactions are user-written programs that process service requests issued by a remote system. Server Transactions are ordinary IMS MPP (Message Processing Program) transactions and can be written in any language supported by IMS.

IMS Client Transactions

IMS Client Transactions are user-written programs that issue requests for services offered by a remote system. Client Transactions are ordinary IMS MPP transactions and can be written in any language supported by IMS.



[Top] [Previous] [Next] [End of Book]