Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Message construction involves the architectural patterns of various constructs, functions, and activities involved in creating and transforming a message between applications. This chapter introduces message construction patterns and how each of them can be simulated using WSO2 ESB.

Image Removed
Image Added

Command Message

How messaging can be used to invoke a procedure in another application.

Image Removed
Image Added

Document Message

How messaging can be used to transfer data between applications.

Image Removed
Image Added

How messaging can be used to transmit events from one application to another.

Image Removed
Image Added

Request-Reply

How an application that sends a message gets a response from the receiver.

Image Removed
Image Added

How a replier knows where to send the reply.

Image Removed
Image Added

How a requester that has received a reply knows which request the reply is for.

Image Removed
Image Added

How messaging can transmit an arbitrarily large amount of data.

Image Removed
Image Added

Message Expiration

How a sender indicates when a message should be considered stale and therefore should not be processed.

 


Format Indicator How a message’s data format can be designed to allow for possible future changes.
Excerpt
hiddentrue

Message Construction, Integration Patterns with WSO2 ESB.