2.2.4 MDB Based Asynchronous Deployment Pattern
The MDB deployment pattern is used in integration scenarios where an external system connects to Oracle Banking Trade Finance using JMS queues.
This is especially applicable to systems such as the following:
- Systems that prefer to use JMS queues based approach without wanting to wait for the reply
When a message arrives on the queue, it is picked up for processing. After the necessary processing is done in Oracle Banking Trade Finance, based on the request, the response is sent to the response queue as an XML message.
Parent topic: Inbound Application Integration