Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 599 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 599 Bytes

soap-websocket-cxf

SOAP over WebSocket based on CXF and SOAP over JMS

Example flow:

sample transaction flow

Architecture:

Decoupling FE and BE allows asynchronous processing of requests by any of the BE instance. FE and BE could be decoupled and deployed on different machines in the data center. Usually applications will need much less FE than BE nodes / instances. This way, the following architecture is pretty useful:

global architecture