1.

Explain The Concept Of Message Flow And Pipelines In Osb?

Answer»

In Oracle Service Bus, a message flow is the implementation of a proxy service. You configure the logic for the manipulation of messages using proxy service message flow definitions. This logic includes such activities as TRANSFORMATION, publishing, and reporting, which are IMPLEMENTED as individual actions within the stages of a pipeline.

Pipelines are one-way processing paths that include no branching. A pipeline is a NAMED sequence of stages containing actions, representing a non-branching one-way processing path. It is used to specify the message flow for service requests and responses. A stage is a user-configured processing step. Messages fed into the pipelines are accompanied by a SET of message context variables that CONTAIN the message contents. They can be accessed or modified by actions in the pipeline stages.

In Oracle Service Bus, a message flow is the implementation of a proxy service. You configure the logic for the manipulation of messages using proxy service message flow definitions. This logic includes such activities as transformation, publishing, and reporting, which are implemented as individual actions within the stages of a pipeline.

Pipelines are one-way processing paths that include no branching. A pipeline is a named sequence of stages containing actions, representing a non-branching one-way processing path. It is used to specify the message flow for service requests and responses. A stage is a user-configured processing step. Messages fed into the pipelines are accompanied by a set of message context variables that contain the message contents. They can be accessed or modified by actions in the pipeline stages.



Discussion

No Comment Found