From the course: Learning RabbitMQ: Efficient Message Queuing

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Challenge: Show chat users

Challenge: Show chat users

(bright music) - [Instructor] When users use our simple chat application, they have no way of knowing who published the message. So let's change that. For this challenge, I want you to not only show the user of a message, but also make sure that the user is authenticated. You can add the users to RabbitMQ prior to running the application, and you can use the Management UI for this. You'll be able to do this with minimal code changes. So take about five minutes to implement this and then we can look at how I solved the challenge.

Contents