> From the RabbitMQ tutorials I can that RabbitMQ can work in JavaScript.
Yes, but note that the JS tutorial is meant to be used with Node.js and
not in the Browser.
However, RabbitMQ supports access over Websockets, for example using the
Web STOMP Plugin[1]. Javascript libraries exist that can be used to
build client code that accesses RabbitMQ using STOMP over websockets.
But this forum/mailinglist is not the place to help you with using
client libraries. It is retricted to the RabbitMQ server and the
associated tools and plugins. Please ask your quesiton on Stack Overflow.
> What I was wondering is whether I could have the source of the message
> come from C# and the client be a Vue.JS app?
Yes, that is possible. Client applications can be build in any language
for which an AMQP client library exists.
Lutz
[1]
https://www.rabbitmq.com/web-stomp.html