OSB for loose coupling and common gateway
Hi All,
We receive 8 datasets in XML format from a third party using one-way messaging on our web-services. Further down, our company passes 2 datasets to another third party using one-way messaging. One of the dataset is passed on to an internal business domain again using one-way messaging pattern. By one-way messaging pattern, I mean the push model i.e not request message to initiate the message flow. How can I leverage OSB to achieve loose coupling between internal business domains and create single-gateway to all the third parties.
Please suggest if it is possible using OSB and is there any document explaining how to achieve this.
Thanks