RabbitMQ and Vue.JS

1,423 views
Skip to first unread message

Tom Simmons

unread,
Jul 27, 2019, 10:15:39 AM7/27/19
to rabbitmq-users
From the RabbitMQ tutorials I can that RabbitMQ can work in JavaScript.

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?

I've tried Googling RabbitMQ & Vue.JS, an surprisingly I found pretty much nothing.  Whenever I do find a result there are other technologies involved rather than working directly together.

Does that mean it's not possible?

If it is possible, are there any examples that you can point me at?


Tom

Lutz Horn

unread,
Jul 27, 2019, 12:32:43 PM7/27/19
to rabbitm...@googlegroups.com
> 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
Reply all
Reply to author
Forward
0 new messages