spring-amqp
There are 71 repositories under spring-amqp topic.
hnjaman/complete-microservice-application
The application including two separate service product-service and offer-service with two other service service-registry for service discovery and api-gateway for dynamic service routing, load balancing. No need to know java just read the documentation and understand the workflow diagram, It's well enough to understand the microservice concept.
cbwleft/spring-amqp-rpc
使用 SpringBoot+SpringAMQP+RabbitMQ 实现 RPC 的 demo
fencyio/fency
Provides an idempotency barrier for RabbitMQ consumers.
opentracing-contrib/java-spring-rabbitmq
OpenTracing RabbitMQ instrumentation
julianazanelatto/RabbitMQSpring
This project was used in Java version 11 and a spring-rabbitmq API. In this way, different communication environments were created using the messaging system rabbitmq. The usage scenarios are described in the readme.
mrFlick72/microservices-master-thesis
My Master Thesis
jstobigdata/rabbitmq-parent-project
RabbitMQ example used in Jstobigdata tutorial
mduesterhoeft/testing-asynchonous-interactions
sample application code of the blog post Testing asynchronous interactions in distributed systems using Spring Cloud Contract published in the epages developer blog
mingzuozhibi/mzzb-server
Server for mingzuozhibi.com
neocorp/rabbitmqlistener
Listener Configuration for RabbitMQ with Java and Spring
eumji025/rabbitmq-repository
RabbitMQ消息队列学习的源码记录
olle/query-response-spring-amqp
Fluid and safe API for Query/Response with Spring AMQP.
diego-guisosi/microservicos
Cadastro de Campanhas e Clientes utilizando Spring Cloud como implementação dos padrões de microserviços
ivangfr/springboot-activemq-rabbitmq-delayed-messages
The goal of this project is to create an application that produces and consumes delayed messages randomly. Those messages are sent to ActiveMQ or RabbitMQ. The delayed broker to which the message is sent depends on a feature toggle defined in Unleash.
MikeQin/spring-boot-vaadin-rabbitmq-pipeline-demo
Spring-Boot, Vaadin, RabbitMQ, Pipeline, Demo App
SvetlinDimitrov/TrackerWebApp
Nutrient Education and Tracker Project: Similar to the mobile app MyFitnessPal, but free, open-source, and enhanced.
cht-xue/amqp_demo
使用 springboot 3 + amqp 实现 rabbitmq 的 demo
ElinaValieva/spring-playground
:leaves: Spring Projects For Learning Purpose
mtumilowicz/rabbitmq
Exploring basic features of Spring AMQP.
itqpleyva/SpringAMQP
Spring AMQP example, using RABBITMQ server
muriloalvesdev/SpringAMQP-example-pt-br
Projeto criado com a finalidade de estudos
zhaopei0418/distribution-message
ibmmq,rabbitmq 分发总署上下行报文
aleksey-nsk/rabbit_spring_docker
Новый пример использования библиотеки Spring AMQP
chhex/chat-messaging-example
This is a Spring Boot Websocket Example with selective messaging to clients
gazbert/spring-boot-rabbit-app
A Spring Boot sample app that uses RabbitMQ and shows how to test it.
NathanaelSantos/SpringBoot-RabbitMQ-JPA-PostgreSQL
The SpringBoot-RabbitMQ-JPA-PostgreSQL uses Java 21, Spring Boot and other Spring libraries. It manages dependencies with Maven and uses PostgreSQL for data storage. The project utilizes RabbitMQ and CloudAMQP for messaging and includes an email service via SMTP Gmail. It's a comprehensive project demonstrating use of various technologies.
vinnilmg/rabbitmq-course
Desenvolvido no curso de "RabbitMQ na prática"
zillachan/rabbitMQ-Demo
A rabbitMQ demo
jvictornascimento/springboot-rabbitMQ
Esta API demonstra o funcionamento do RabbitMQ como sistema de mensageria para troca de mensagens entre microserviços. A solução é composta por três microserviços:
maxsonferovante/search-service
O Search Service é um microsserviço responsável por coletar preços de voos em intervalos regulares, detectar variações significativas e publicar eventos quando os preços caem abaixo dos limites definidos pelos usuários.
RamonBecker/ms-cqrs
This project implements the Command Query Responsibility Segregation (CQRS) architecture.
Kjeff24/spring-boot-actuator
This project demonstrates how to dynamically refresh configuration properties in Spring Boot applications using the /actuator/refresh endpoint from Spring Cloud Actuator and /actuator/busrefresh endpoint from Spring Cloud Bus AMQP .
Sans-arch/bookstore-order-service
Order Microservice of the Online Bookstore project
thallyta-castro-cv/spring-rabbitmq-order-ops
Este repositório contém um mono repo com três microserviços desenvolvidos em Spring Boot que trabalham juntos para processar pedidos de forma assíncrona utilizando RabbitMQ.