From the course: Spring Boot 2.0 Essential Training

Unlock the full course today

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

Building Spring message producers

Building Spring message producers

From the course: Spring Boot 2.0 Essential Training

Start my 1-month free trial

Building Spring message producers

- [Instructor] Now that we have our consumer done and we've tested it, it's time to create a Producer. So the first thing we're going to do is we're going to create a new module, now I'm going to use my plugin once again, if you don't have this, just use start.spring.io, you could do all the same things, like call this one room cleaner notifier, in the CLR package like we did before for command line runner, and from messaging I want to pick rabbitMQ, go ahead and run that you'll have to extract the zip if you're using start.spring.io into your exercise files, and then you're good to go there. I'm going to enable Maven support for this, and the first thing I want to do is open up the Palm file and we are going to add a dependency, spring boot starter JSON, and we'll run Maven. Now I want you to open up the room web application, there're couple of things that we need to get from here. The first thing I want…

Contents