Spring Integration Messaging Channels
Channels are an integral part of any Spring Integration application. There are many
channels to choose from. Understanding the basic channel types (subscribable and
pollable) is essential to any Spring Integration developer. In this lab, you explore the basic
channel types and see the default channel at work.
Specifically, in this lab you will:
- Create a new Spring Integration Maven Project
- Define the Spring configuration file.
- Define a Java SE class for running/testing your Spring Integration components.
- Create and test a subscribable channel.
- Create and test a pollable channel.
- Create and test the default Spring Integration channel – the direct channel