
You can specify modules for the async/sync bridge in the module processor. You can use an async/sync bridge to connect an asynchronous system to a synchronous system.
The asynchronous request is converted to a synchronous request in the module processor of the sender adapter and sent.
The synchronous system sends a response. This response is converted to an asynchronous message in the module processor of the sender adapter and sent to the receiver adapter.
The JMS message ID of the request message is correlated with the JMS correlation ID of the response message using the XI conversation ID.
Define Correlation Settings in the Adapter Configuration
More information: Configuring the Sender JMS Adapter
More information: Configuring the Receiver JMS Adapter
Add Modules in the Module Processor for the Sender JMS Adapter
receiverServiceName of ReceiverCommunication Component
Create Collaboration Agreements
More information: Sender Agreement , Receiver Agreement