Migrate Mulestudio service to WSO2

0

Good thing my question is if there is any way to migrate a Mulestudio service to WSO2 using any of the wso2 products like the carbon studio or the developer studio would be very helpful.

    
asked by Miguel C. 26.06.2017 в 17:28
source

1 answer

1

Mule is an ESB, therefore the tool of the WSO2 suite that you should use is the WSO2 ESB. This is a server that you do not need to install, just unpacked, you go to the bin folder, you run the wso2server.bat / sh and it's done.

For the development of the proxy services, I recommend you use the WSO2 DeveloperStudio, which is an Eclipse-based IDE with the WSO2 plugin where you can create a project for the ESB and do

NOTE: I assume that with migration you want to say reimplement, because some tool that automatically migrates does not think it exists.

    
answered by 26.06.2017 в 21:34