项目 >> ESB >> ServiceMix

ServiceMix

ServiceMixApache ServiceMix is an Open Source ESB (Enterprise Service Bus) that combines the functionality of a Service Oriented Architecture (SOA) and an Event Driven Architecture (EDA)  to create an agile, enterprise ESB.

Homepage: http://incubator.apache.org/servicemix/

Loading...

ESB实践(ServiceMix ):改变Hello World的消息分发策略

ServicMix支持的消息分发策略: 1。Straight-throw flow:binding component -> NMR Broker -> service component 2。Seda Flow:binding component ->缓存 -> NMR Broker -> 缓存 -> service component 3。Cluster Flow:binding component ->缓存 -> NMR Broker1 -> NMR Broker2 -> 缓存 -> service component  &...