Wednesday, April 28, 2010

OSB: difference between Route, Service Callout and Publish

service call out .. you call a service in a SYNCHRONOUS way (pipeline blocks and waits for service response)

publish ... same but ASYNCHRONOUS, so message flow continues in the pipeline

route ... it's the last node of the proxy, it's not in the pipeline, you pass all processing to another (business or proxy) service

No comments: