I am currently working on a project using Spring Boot to publish messages to RabbitMQ and then push them to a queue. I also have a Vue.js frontend application that needs to consume these messages from the RabbitMQ queue. Despite searching online, I haven't been able to find much information on this specific scenario. Is it possible to consume RabbitMQ queue messages in my Vue.js application? If so, could someone please provide guidance on how to accomplish this? Thank you in advance for your help!