All Projects → vert-x3 → vertx-rabbitmq-client

vert-x3 / vertx-rabbitmq-client

Licence: Apache-2.0 license
Vert.x RabbitMQ Service

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to vertx-rabbitmq-client

Hibernate Reactive
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Stars: ✭ 167 (+135.21%)
Mutual labels:  vertx
Quintessential-Tasklist-Zeebe
The quintessential Zeebe tasklist for BPMN Human tasks with Drag and Drop Form builder, client and server side validations, and drop in Form Rendering
Stars: ✭ 34 (-52.11%)
Mutual labels:  vertx
IntroduceToEclicpseVert.x
This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
Stars: ✭ 27 (-61.97%)
Mutual labels:  vertx
Donkey
Modern Clojure HTTP server and client built for ease of use and performance
Stars: ✭ 199 (+180.28%)
Mutual labels:  vertx
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (+240.85%)
Mutual labels:  vertx
vertx-ddns
基于 Vert.x 的 DDNS 解决方案。自动更新域名解析到本机IP, 支持的DNS服务商: Alidns(阿里云) 、 Dnspod(腾讯云) 、Cloudflare、华为云
Stars: ✭ 126 (+77.46%)
Mutual labels:  vertx
Pac4j
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 2,097 (+2853.52%)
Mutual labels:  vertx
spring-webflux-research
spring webflux research
Stars: ✭ 42 (-40.85%)
Mutual labels:  vertx
coronamq
The simplest way to implement a task queue with Java, Vertx and PostgreSQL.
Stars: ✭ 23 (-67.61%)
Mutual labels:  vertx
Zeko-SQL-Builder
Zeko SQL Builder is a high-performance lightweight SQL query library written for Kotlin language
Stars: ✭ 87 (+22.54%)
Mutual labels:  vertx
Cloudopt Next
A simple and modern Java and Kotlin vert.x web framework
Stars: ✭ 211 (+197.18%)
Mutual labels:  vertx
Blog
📚 Github static blog post, experience the fun of using Issues.Welcome star( 静态博客文章,体验一下使用 Issues 的乐趣,欢迎 star )个人博客地址:blog.hvkcoder.me/love
Stars: ✭ 230 (+223.94%)
Mutual labels:  vertx
Chime
Time scheduler for Vert.x
Stars: ✭ 28 (-60.56%)
Mutual labels:  vertx
Jax Rs Performance Comparison
⚡️ Performance Comparison of Jax-RS implementations and embedded containers
Stars: ✭ 181 (+154.93%)
Mutual labels:  vertx
smallrye-mutiny-vertx-bindings
Smallrye Mutiny bindings for Eclipse Vert.x
Stars: ✭ 65 (-8.45%)
Mutual labels:  vertx
Vertx Blueprint Todo Backend
Vert.x Blueprint Project - A reactive todo-backend implementation using Vert.x and various persistence
Stars: ✭ 169 (+138.03%)
Mutual labels:  vertx
dbfx
This is a free, cross platform, open source database management tool based on JavaFX and vertx SQL client.
Stars: ✭ 63 (-11.27%)
Mutual labels:  vertx
elasticsearch-client
This client exposes the Elasticsearch Java High Level REST Client for Eclipse Vert.x applications.
Stars: ✭ 40 (-43.66%)
Mutual labels:  vertx
vertx-start
简单地、快速地启动vert.x的手脚架,保留了vert.x原汁原味的开发方式
Stars: ✭ 102 (+43.66%)
Mutual labels:  vertx
ethereum-ingest
JavaFX and commandline application to import events from the Ethereum blockchain into ElasticSearch, MongoDB, Hazelcast, CQEngine and SQLite.
Stars: ✭ 34 (-52.11%)
Mutual labels:  vertx

RabbitMQ Client for Vert.x

Build Status

A Vert.x client allowing applications to interact with a RabbitMQ broker (AMQP 0.9.1)

Getting Started

Please see the main documentation on the web-site for a full description:

Running the tests

By default the tests uses a cloud provided RabbitMQ instance.

% mvn test

You can run tests with a local RabbitMQ instance:

% mvn test -Prabbitmq.local

You will need to have RabbitMQ running with default ports on localhost for this to work.

You can setup a RabbitMQ instance with Docker:

docker run --rm --name vertx-rabbitmq -p 5672:5672 -p 15672:15672 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].