DEV Community

Longinus Lewis
Longinus Lewis

Posted on

Want to get ESB interface middle platform architecture design suggestions

I am trying to build an interface middleware platform similar to ESB, which can publish interfaces, call other interfaces or mq, and build message field mapper configuration through UI operations (supporting conversion between xml and json format messages and field mapping). Can anyone give me some suggestions for architecture solutions? My basic environment: java, jdk21, springboot3.4, springcloud Requirements: free, no commercial charges

I have tried camel+atlasmap before, but found that camel3 is not compatible with jdk21+springboot3 and there is no atlasmap in the camel4 component

Top comments (1)

Collapse
 
longinus_lewis_001 profile image
Longinus Lewis

hello ?