spring-boot-rabbitmq-thymeleaf
Demonstrates a message producer and consumer setup with RabbitMQ, plus a simple Thymeleaf UI for administrative or demonstration purposes.
Key Features
Producer Confirmations & DLQ: Ensures reliable delivery with Dead Letter Queues.
Thymeleaf UI: A minimal interface to view or publish messages.
Spring AMQP: Streams events, allowing asynchronous processing.
Important links
Home Page : http://localhost:8080
RabbitMq : http://localhost:15672 (guest/guest default)
Installing Rabbit MQ
Windows
Last updated