All Projects → rabbitmq → rabbitmq-web-stomp-examples

rabbitmq / rabbitmq-web-stomp-examples

Licence: Unknown and 2 other licenses found Licenses found Unknown LICENSE Apache-2.0 LICENSE-APL2-Stomp-Websocket MPL-2.0 LICENSE-MPL-RabbitMQ
www.rabbitmq.com/

Programming Languages

Makefile
30231 projects
HTML
75241 projects
erlang
1774 projects
CSS
56736 projects

Projects that are alternatives of or similar to rabbitmq-web-stomp-examples

rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (-45.56%)
Mutual labels:  rabbitmq, stomp, rabbitmq-plugin
Rabbitmq Web Stomp
Provides support for STOMP over WebSockets
Stars: ✭ 87 (-3.33%)
Mutual labels:  rabbitmq, websockets, stomp
Webstomp Client
Stomp client over websocket for browsers
Stars: ✭ 280 (+211.11%)
Mutual labels:  rabbitmq, websockets, stomp
rabbitmq-vshovel
RabbitMQ vShovel plugin
Stars: ✭ 26 (-71.11%)
Mutual labels:  rabbitmq, rabbitmq-plugin
rabbitmq-tracing
RabbitMQ Tracing
Stars: ✭ 48 (-46.67%)
Mutual labels:  rabbitmq, rabbitmq-plugin
rabbitmq-peer-discovery-aws
AWS-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 23 (-74.44%)
Mutual labels:  rabbitmq, rabbitmq-plugin
Rabbitmq Server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
Stars: ✭ 9,064 (+9971.11%)
Mutual labels:  rabbitmq, stomp
Stompjs
Javascript and Typescript Stomp client for Web browsers and node.js apps
Stars: ✭ 324 (+260%)
Mutual labels:  rabbitmq, stomp
Delphistompclient
STOMP client for Embarcadero Delphi and FreePascal.
Stars: ✭ 93 (+3.33%)
Mutual labels:  rabbitmq, stomp
Ng2 Stompjs
Angular 6 and 7 - Stomp service over Websockets
Stars: ✭ 170 (+88.89%)
Mutual labels:  rabbitmq, stomp
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (+76.67%)
Mutual labels:  rabbitmq, websockets
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+146.67%)
Mutual labels:  rabbitmq, websockets
rabbitmq-management-agent
RabbitMQ Management Agent
Stars: ✭ 16 (-82.22%)
Mutual labels:  rabbitmq, rabbitmq-plugin
ng4-stompjs-demo
A sample using Angular4, Angular CLI and @stom/ng2-stompjs
Stars: ✭ 20 (-77.78%)
Mutual labels:  rabbitmq, stomp
rabbitmq-peer-discovery-etcd
etcd-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 15 (-83.33%)
Mutual labels:  rabbitmq, rabbitmq-plugin
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (-80%)
Mutual labels:  websockets, stomp
Spring React Boilerplate
Boilerplate application to demonstrate how to wire up Spring, JWT Authentication, React, Redux and Websockets
Stars: ✭ 70 (-22.22%)
Mutual labels:  websockets, stomp
Spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
Stars: ✭ 1,860 (+1966.67%)
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 (+2096.67%)
Mutual labels:  rabbitmq, stomp
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 (+158.89%)
Mutual labels:  rabbitmq, stomp

RabbitMQ Web STOMP Examples

This was migrated to https://github.com/rabbitmq/rabbitmq-server

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_web_stomp_examples. All issues have been transferred.

Introduction

This project contains few basic examples of RabbitMQ Web STOMP plugin usage.

Once installed the server will bind to port 15670 and serve few static HTML files on port 15670 (e.g. http://127.0.0.1:15670).

Installation

This plugin ships with RabbitMQ. Enabled it using CLI tools:

rabbitmq-plugins enable rabbitmq_web_stomp_examples
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].