Spring Integration : How to guarantee the transaction two more jdbc-outbound-gateway?
问题 I have the following pattern I have two kinds of databases. One is a internal database where it saves data from 5 json datas from http inbound gateways. The Other is a external database where it saves final refiend data from 5 jsons saved tables. The Process is like the followings. One Transaction ① Each message is saved to each table and return status to the client where it sends data. Second Transaction ② If 5 kinds of datas are completed to receive, it activate one service activator where