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 - RabbitMQ Tutorial
From the course: Learning RabbitMQ: Efficient Message Queuing
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
-
-
-
-
-
(Locked)
Set up and use authentication3m 38s
-
(Locked)
Authorize or block application actions3m 54s
-
(Locked)
Validate user IDs2m 44s
-
(Locked)
Working with dead letter exchanges7m 17s
-
(Locked)
Tracing message contents for troubleshooting2m 27s
-
(Locked)
Challenge: Show chat users34s
-
(Locked)
Solution: Show chat users3m 9s
-
(Locked)
-