What is Messaging in Spring Intergation?
A core part of integration which involves exchanging messages between different components of an app
What are Channels in Spring Intergation?
What would be a basic flow in spring integration?
HTTP Req (Message source) — Msg Channel —– Msg Processor —–> Database (Message Sink)
In spring integration what essential components are there for messgaes?
What is the Spring Integration project?
Spring Integration provides pre-built adapters to simplify comms between app and external systems