spring-amqp
There are 68 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消息队列学习的源码记录
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.
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
cht-xue/amqp_demo
使用 springboot 3 + amqp 实现 rabbitmq 的 demo
ElinaValieva/spring-playground
:leaves: Spring Projects For Learning Purpose
MikeQin/spring-boot-vaadin-rabbitmq-pipeline-demo
Spring-Boot, Vaadin, RabbitMQ, Pipeline, Demo App
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
kamil20020/Students-spring-cloud_09-2024
Simple students management backend app for learning purposes. It is possible to manage students, courses and classes. The app was created in microservice architecture using Spring Cloud and its popular modules e.g. eureka support
RamonBecker/ms-cqrs
This project implements the Command Query Responsibility Segregation (CQRS) architecture.
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:
maxjdev/Microservice-Notification-on-Registration
Is a project that implements two microservices: one for managing user registration and another for sending email notifications. When a new user registers, a message is sent via RabbitMQ to the email microservice, which automatically sends a welcome message to the user.
nenadjakic/mail-sender
This is a Spring Boot application for sending emails via SMTP. It supports both asynchronous and synchronous email sending, handles attachments, and integrates with RabbitMQ for message queuing.
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.