Sunday, April 3, 2011

IZ0-451 Q&A 46

1. Which routing rules are supported by the Oracle Mediator?

(Choose all correct answers)

Rule-based

Request

Static

Dynamic


Correct: Oracle Mediator supports Static and Dynamic routing rules.

Go to HOME_PAGE

1 comment:

  1. Oracle Mediator lets you route data between service consumers and service providers.
    As the data flows from service to service, it must be transformed. These two tasks,
    routing and transformation, are the core responsibilities of Oracle Mediator. You can
    use routing rules to specify how a message processed by an Oracle Mediator reaches
    its next destination. Routing rules specify where an Oracle Mediator sends the
    message, how it sends the message, and what changes should be made to the message
    structure before sending it to the target service.
    Routing rules can be of the following two types:
    ■ Static Routing Rules
    Static rules do not change depending on the invocation context and are applied
    consistently.
    ■ Dynamic Routing Rules
    Dynamic rules let you externalize the routing logic to an Oracle Rules Dictionary,
    which in turn enables dynamic modification of the routing logic.

    ReplyDelete