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.

View messages in ActiveMQ Web Console

View messages in ActiveMQ Web Console - Spring Tutorial

From the course: Spring: Messaging with JMS

Start my 1-month free trial

View messages in ActiveMQ Web Console

- [Narrator] Now that we've modified our code to add connection and send capabilities, we can test those capabilities and view any messages sent to our ActiveMQ instance. First, open up our terminal window, navigate to the directory again where our patchy ActiveMQ instance resides, and then drill down to the bin directory. I'm already there. Type in dot slash ActiveMQ, start. I'm going to open up the web console in the browser and verify that it's running. Click on the queue's link to verify that no queue exists or messages, for that matter. So now, I can go back to our IDE and run the application we worked on from the last session. We've already built the app previously, but if you didn't, in the terminal window run great old clean build. Let's run the app though. Type java dash jar build. Libs, and this should be the only application here, so if you hit tab, then hit enter. It will run pretty quickly. Let's switch back over the ActiveMQ web console in the browser and see if any…

Contents