Which three are proper applications of Oracle Service Bus?

Which three are proper applications of Oracle Service Bus?

Which three are proper applications of Oracle Service Bus?

A.
An existing Java web service is made available to clients running transports and protocols not
originally planned by the original developers. No modifications to the web service implementation
are required.

B.
A request is transformed and routed to an appropriate service endpoint based on the content of
the request message. All complexity of the supporting runtimeprotocol selection is hidden

C.
A request for a large graphics job is split into smaller pieces that are processed in parallel by an
existing rendering service. After all of the pieces have been processed, the results are joined to
create a single response.

D.
A request containing a complex family tree is validated before being routed to an existing
genealogy service. Recursive logic is implemented to validate that all relationships in the tree are
consistent.

E.
A request for a background check is conditionally routed between multiple third-party validation
services with different service-level agreements. Remediation must be handled if any one of the
validation service calls fails.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


JamesCorner

JamesCorner

A,C,D

Pim

Pim

A,B,C:
D (recursive logic) and E (Remediation) are BPEL tasks. B using OSB for content based routing should be fine. Split-join for C, A speaks for itself.

jing

jing

A,C,E

I think E also saying the third parties has different SLA or security maybe, so OSB is better than BPEL