This section does not apply to the C codebase.
MQe supports the MQ bridge, which acts as an interface between MQe
and MQ networks.
This bridge uses the MQ Java client to interface to one or more MQ queue
managers, thereby allowing messages to flow from MQe to MQ and vice versa.
In the current version of MQe:-
- one such bridge is recommended per server
- each is associated with multiple MQ queue manager proxies (definitions
of MQ queue managers)
- a queue manager proxy definition is required for each MQ queue
manager that communicates with MQe
- each of these definitions can have one or more associated client connection
services, where each represents a connection to a single MQ queue manager
- each of these may use a different MQ server connection to the queue manager,
and optionally a different set of properties such as user exits or ports
See MQe-MQ bridge message resolution for more details on how messages
flow between MQe and MQ using the MQ bridge.