All Projects → rabbitmq → Rabbitmq Web Stomp

rabbitmq / Rabbitmq Web Stomp

Licence: other
Provides support for STOMP over WebSockets

Programming Languages

erlang
1774 projects

Projects that are alternatives of or similar to Rabbitmq Web Stomp

rabbitmq-web-stomp-examples
www.rabbitmq.com/
Stars: ✭ 90 (+3.45%)
Mutual labels:  rabbitmq, websockets, stomp
Webstomp Client
Stomp client over websocket for browsers
Stars: ✭ 280 (+221.84%)
Mutual labels:  rabbitmq, websockets, stomp
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+155.17%)
Mutual labels:  rabbitmq, websockets
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (-79.31%)
Mutual labels:  websockets, stomp
spring-boot-chatrooms
Spring Boot chatroom with multiple rooms using STOMP over websockets.
Stars: ✭ 33 (-62.07%)
Mutual labels:  websockets, stomp
Enqueue Dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Stars: ✭ 1,977 (+2172.41%)
Mutual labels:  rabbitmq, stomp
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (+82.76%)
Mutual labels:  rabbitmq, websockets
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (+167.82%)
Mutual labels:  rabbitmq, stomp
ng2-STOMP-Over-WebSocket
STOMP Over WebSocket service for angular2
Stars: ✭ 35 (-59.77%)
Mutual labels:  websockets, stomp
ng4-stompjs-demo
A sample using Angular4, Angular CLI and @stom/ng2-stompjs
Stars: ✭ 20 (-77.01%)
Mutual labels:  rabbitmq, stomp
Delphistompclient
STOMP client for Embarcadero Delphi and FreePascal.
Stars: ✭ 93 (+6.9%)
Mutual labels:  rabbitmq, stomp
Rabbitmq Server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
Stars: ✭ 9,064 (+10318.39%)
Mutual labels:  rabbitmq, stomp
Spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
Stars: ✭ 1,860 (+2037.93%)
Mutual labels:  websockets, stomp
Ng2 Stompjs
Angular 6 and 7 - Stomp service over Websockets
Stars: ✭ 170 (+95.4%)
Mutual labels:  rabbitmq, stomp
rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (-43.68%)
Mutual labels:  rabbitmq, stomp
Stompjs
Javascript and Typescript Stomp client for Web browsers and node.js apps
Stars: ✭ 324 (+272.41%)
Mutual labels:  rabbitmq, stomp
Spring React Boilerplate
Boilerplate application to demonstrate how to wire up Spring, JWT Authentication, React, Redux and Websockets
Stars: ✭ 70 (-19.54%)
Mutual labels:  websockets, stomp
Bankflix
Aplicação que simula um banco digital, contendo a área do cliente e administrativa, permitindo depósitos e transferências entre contas do mesmo banco. | Application that simulates a digital bank, containing the customer and administrative areas, allowing deposits and transfers between accounts of the same bank.
Stars: ✭ 82 (-5.75%)
Mutual labels:  rabbitmq
Codeigniter Ratchet Websocket
This library contains the demo of commenting/posting realtime using CodeIgniter+AngularJS+Ratchet PHP Websocket
Stars: ✭ 84 (-3.45%)
Mutual labels:  websockets
Rabbit Mq Admin Toolkit
Manage a RabbitMQ cluster easily.
Stars: ✭ 81 (-6.9%)
Mutual labels:  rabbitmq

RabbitMQ Web STOMP plugin

This plugin provides support for STOMP-over-WebSockets to RabbitMQ.

Installation

This plugin ships with modern versions of RabbitMQ. Like all plugins, it must be enabled before it can be used:

# this might require sudo
rabbitmq-plugins enable rabbitmq_web_stomp

Documentation

Please refer to the RabbitMQ Web STOMP guide.

Building from Source

See Plugin Development guide.

TL;DR: running

make dist

will build the plugin and put build artifacts under the ./plugins directory.

Copyright and License

(c) 2007-2020 VMware, Inc. or its affiliates.

Released under the MPL, the same license as RabbitMQ.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].