From the course: Spring: Messaging with JMS

Unlock the full course today

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

Demonstrate app with changes

Demonstrate app with changes - Spring Tutorial

From the course: Spring: Messaging with JMS

Start my 1-month free trial

Demonstrate app with changes

- [Instructor] With our Spring Boot application and active MQ running, let's look at the webpage I've set up for you. On http localhost9000. What I've done for you is create a simple JSP webpage, styled it using bootstrap, and prepopulated some select dropdowns for you. Let's quickly make a selection, hit enter, and do this a couple of times. So, we've sent messages but did it appear converted in our new queue? Well, let's open up a new browser window and go to our active MQ server. Type in localhost8161, click on manage MQ, click on queues, and there you see a new queue created called book order queue. Let's click on it, from there you'll see a couple of messages depending on how many you sent. We'll click on a message. The message details should show a successfully converted message. You'll notice some properties here. And there's our message at the bottom converted into json. Looking back up at the properties, notice the property here named at Type. Does that look familiar? This is…

Contents