In a mediation flow, you can select a service address based on
a condition or property in your flow, and invoke an endpoint using the selected
service. This sample shows you how to configure a mediation flow that retrieves
an endpoint address from a database, and routes the message to the retrieved
endpoint.
Learning objectives
The purpose of this
sample is to give you an understanding of the dynamic endpoint selection capability,
and how to implement it in the mediation flow editor and the assembly editor.
Although this sample produces a module that can be deployed and run, the database
and runtime components are not provided.
- Use a DatabaseLookup primitive to select an endpoint dynamically.
- Learn how an endpoint is invoked dynamically at runtime.
Time required
60 minutes to build the sample.