To understand the programming model, you should be familiar with the following core concepts:spring-doc.cn

  • Destination Binders: Components responsible to provide integration with the external messaging systems.spring-doc.cn

  • Bindings: Bridge between the external messaging systems and application provided Producers and Consumers of messages (created by the Destination Binders).spring-doc.cn

  • Message: The canonical data structure used by producers and consumers to communicate with Destination Binders (and thus other applications via external messaging systems).spring-doc.cn

SCSt overview