Versions Compared

Key

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

...

We also support a pluggable EndpointResolver to allow you to specify an endpoint in a pluggable stategy. Also for cases where there are multiple physical endpoints for a given resolver (e.g. multiple services offering the same interface), we support a pluggable EndpointChooser strategy, such as first choice, random and so forth to use whatever selection policy you wish.

In addition we also provide for Publish and Subscribe Routing which allows JBI components to subscribe to the output of another JBI component, using Topic semantic - every applicable subscriber receives a copy of the message in addition to the more usual Queue semantics of routing defined by the JBI specification.

We also provide additional routing mechanisms through custom JBI components.

...