Take a look at implementation of a Spring asynchronous message listener with Spring Boot.
- [Frank] We're gonna start our journey with RabbitMQ…by implementing the consumer side first,…and that way we don't get a lot of messages…sitting out in the queue that when we start up the consumer…they immediately respond.…We want to do this in an orderly fashion,…so as such, we're gonna implement our consumer first.…Now, one thing I want you to make sure…is to make sure that you actually have Rabbit running…on your system, as you get started.…So let's jump into our IDE,…and we're gonna create a new module again.…Once again, I'm gonna use the built-in function of IntelliJ,…but you are free to do this in any way you want to,…including using start.Spring.io,…or whatever function you want to do to create this.…
So go ahead and add new module,…and the new module that I want to use,…I'm gonna use Spring initializer once again.…We're gonna set our group to be com.FrankMoley.boot.Landon,…and we're gonna create an artifact…with a name of room-cleaner-consumer…and then I'll remove that from the package name.…Go ahead and hit Next, and down in the Integration section,…
Author
Released
10/19/2018- Creating a Spring Boot application
- Configuring a Spring Boot app
- Leveraging profiles
- Packaging and running Spring Boot web apps
- Building a command-line application
- Using Spring Boot starters: Spring Data, Spring Security, and more
- Extending Spring Boot
- Using Spring Boot Actuator to monitor app health and other metrics
Skill Level Intermediate
Duration
Views
Related Courses
-
Spring: Framework In Depth
with Frank P Moley III2h 16m Intermediate -
Spring: Spring Data
with Mary Ellen Bowman1h 20m Intermediate
-
Introduction
-
What you need to know4m 14s
-
1. Boot Camp
-
2. Web Applications with Spring Boot
-
Configuring embedded Tomcat10m 13s
-
MVC in Spring Boot11m 18s
-
3. Command-Line Applications with Spring Boot
-
4. Using Spring Boot Starters
-
Implementing Spring Data8m 5s
-
Implementing Spring Security10m 44s
-
Implementing a message consumer11m 46s
-
5. Extending Spring Boot
-
6. Extending Actuator
-
Productionalizing Actuator4m 53s
-
The info endpoint5m 53s
-
The health endpoint4m 59s
-
The metrics endpoint8m 12s
-
Custom endpoints4m 5s
-
The rest of Actuator3m 44s
-
Conclusion
-
Next steps3m 1s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Implementing a message consumer