From the course: Spring: Spring Integration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a channel in Spring Integration

Create a channel in Spring Integration - Spring Tutorial

From the course: Spring: Spring Integration

Start my 1-month free trial

Create a channel in Spring Integration

- [Instructor] Let's move into the topic of channels. This is the first of two lessons on channels. We will begin with foundational concepts. Then discuss the MessageChannel as a Spring integration component. We will end the lesson with a code implementation. Let's us define a producer. We can think of a producer as a business process that has information to communicate to a larger system. Its counterpart, a consumer, is a business process that needs to receive information in order to do its business processing work. And a channel? Well, a channel is a couple of things. Let's start by defining a channel conceptually as a conduit for transmitting messages between producers and consumers. Producers and consumers share information encapsulated in message objects that are transmitted via channels. Channels are concerned with transmission. To advance this particular lesson, let's be more specific and define a channel…

Contents