Completed
0:00 - Introduction to JMS Client in Spring Boot 4
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Boot 4 JMS Client - The Fluent API You've Been Waiting For
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 - Introduction to JMS Client in Spring Boot 4
- 2 1:15 - Why JMS still matters in enterprise applications
- 3 2:30 - Creating a new Spring Boot 4 project
- 4 4:00 - Setting up Docker Compose for Artemis
- 5 6:15 - Building the Order model and messaging service
- 6 8:30 - Using the JMS Client fluent API
- 7 10:45 - Creating a custom Jackson 3 message converter
- 8 13:00 - Building the REST controller endpoint
- 9 15:20 - Testing with IntelliJ's HTTP client
- 10 17:00 - Viewing messages in the Artemis web console
- 11 18:30 - Implementing the JMS Listener
- 12 20:15 - Adding priority messages with QoS settings
- 13 22:30 - Wrap up and best practices