Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WSO2 API Manager with non-WSO2 ESB?

I have a working system with ESB (non-WSO2 product) already. I'm now trying to integrateWSO2 API Manager into my working system for 3rd party developer. Is it possible to replace WSO2 ESB in API Manage with existing non-WSO2 ESB?

like image 631
user1936823 Avatar asked Dec 29 '12 17:12

user1936823


2 Answers

Yes, you can do that.

The ESB functionality is transparent no matter what is the brand of underlying product implementing it. The API Manager is going to store the endpoints, WSDLs, etc. and those are the same for every ESB implementation.

That's the "beauty" of SOA, its service-oriented, not vendor-oriented.

like image 82
Aleš Avatar answered Sep 21 '22 06:09

Aleš


You can keep the ESB you are using as it is in your setup and use the API Manager to publish/subscribe/manage the API. Its perfectly a valid scenario

Regards, /Nuwan

like image 45
nuwanbando Avatar answered Sep 18 '22 06:09

nuwanbando