Versions Compared

Key

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

...

The following diagram illustrates the components of the enterprise service bus. Recall from the JSR 208 specification the components for one external application to talk to one another are:

legacy/external app <-- > resource adapter <-- > |binding component (inside ESB) --> NMR -->
binding component |--> resource adapter --> legacy app.

(I will make a Dave Chappell like diagram of above for this use case, then map in
the Basic example components where they belong in the diagram.)In comparison, the Basic example, looks like the following diagram. This is a simplified diagram of the basic example. For a complete diagram, please see: xxxx.

Note: The only downside that my hit is that example uses inbound messages
via the resource adapter, and most legacy applications won't support
inbound messaging iva the resource adapter. For example, I think all
the librados connectors only do outbound messaging.

...