Versions Compared

Key

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

...

If your component does not maintain any state, of if the state is distributed across the whole cluster (for example you use a single database for all nodes), you can set the JbiConstants.STATELESS_PROVIDER or JbiConstants.STATELESS_CONSUMER property to Boolean.TRUE on the exchange. The clustered flows will ensure that the responses / status will be load-balanced across all nodes. Note that it only works if you use asynchronous send.

See also: NMR Flows

Transactional

TODO

Component types

...