https://github.com/vert-x3/vertx-stomp
STOMP client/server implementation
https://github.com/vert-x3/vertx-stomp
Last synced: 12 months ago
JSON representation
STOMP client/server implementation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-stomp
- Owner: vert-x3
- License: apache-2.0
- Created: 2015-08-10T13:38:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T17:46:14.000Z (12 months ago)
- Last Synced: 2025-03-29T22:07:12.341Z (12 months ago)
- Language: Java
- Size: 1.15 MB
- Stars: 32
- Watchers: 21
- Forks: 28
- Open Issues: 23
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - STOMP - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - A Kafka client and server. (Integration)
- awesome-java - Vert.x STOMP
README
= vert.x-stomp
image:https://github.com/vert-x3/vertx-stomp/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-stomp/actions/workflows/ci-5.x.yml"]
image:https://github.com/vert-x3/vertx-stomp/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-stomp/actions/workflows/ci-4.x.yml"]
A vert.x implementation of the STOMP specification. It provides a STOMP server and client.