Integration Patterns

Choosing the best integration pattern depends on your requirements.

  • Your need for transaction atomicity.
  • If your uses cases are synchronous or asynchronous.
  • Message size.
  • If you require guaranteed delivery.

This diagram shows asynchronous and synchronous integration-pattern flows.


Diagram showing asynchronous and synchronous integration patterns